Searched refs:key_id (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/gd/crypto_toolbox/ |
D | crypto_toolbox.cc | 61 uint8_t* key_id, in calculate_mac_key_or_ltk() argument 78 it = std::copy(key_id, key_id + 4, it); in calculate_mac_key_or_ltk() 105 uint8_t key_id[4] = {0x65, 0x6c, 0x74, 0x62}; /* 0x62746c65 */ in f5() local 108 *mac_key = calculate_mac_key_or_ltk(t, 0, key_id, n1, n2, a1, a2, length); in f5() 110 *ltk = calculate_mac_key_or_ltk(t, 1, key_id, n1, n2, a1, a2, length); in f5()
|
/packages/modules/AdServices/adservices/service-core/proto/ |
D | seller_frontend_service.proto | 146 // needs use private keys corresponding to same key_id to decrypt 148 string key_id = 2; field
|
D | bidding_auction_servers.proto | 392 // needs to use private keys corresponding to same key_id to decrypt 394 string key_id = 2; field
|