/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv/resources/test/ |
D | np_adv_test_vectors.json | 5 "hmac_key": "BE092602F20D6B4EC33E2B9AEF678C2B023EA9FAB898301BEC13C38FDBFBDFF9", string 14 "hmac_key": "139AF9A6201E31A30F7FEE1F30611D38E972E9D184A1FCDD44BDCE63CD9AB49C", string 23 "hmac_key": "38E785461FF16DF3B7863F0F96B9D74B83F2A8525FA6A4A2F1DB3221EDD9F3BE", string 32 "hmac_key": "69C7E2FBEEF2D39029CD4C12B38F8BE0531766EFF1C9D8D341E0177F7708B7B5", string 41 "hmac_key": "10F332744FCFC9703953BA2F85C33CE1EA943E45FF43A48C78BE7FECBD34E338", string 50 "hmac_key": "1B6460F0A60C325D5DE22E82EF4D002C6A323B6181CC3837B7A934CCCEA0EA53", string 59 "hmac_key": "C7D207E1C26E848C1E06AA795504A9CFB7B19E1F6941924405A110AD9F600487", string 68 "hmac_key": "8B4CB5A132FE3FA569ADCF4E6D3544FF87D9A3685672822A4155E4C5541C477F", string 77 "hmac_key": "CD7244FA9000586CA5C83A99ED4DD525A73847DA15403371C6A78467A30862E2", string 86 "hmac_key": "93FE3B606C24EF0977399A2143DEA58BCC2804ADB51BCCE9033C3BD3B49BEF56", string [all …]
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_hkdf/tests/ |
D | hmac.rs | 22 let hmac_key = [2; 32]; in verify_hmac_correct_mac() localVariable 34 let hmac_key = [2; 32]; in verify_hmac_incorrect_mac() localVariable
|
/aosp_15_r20/external/tink/cc/mac/ |
H A D | hmac_key_manager.h | 49 const google::crypto::tink::HmacKey& hmac_key) const override { in Create() 59 const google::crypto::tink::HmacKey& hmac_key) const override { in Create()
|
H A D | hmac_key_manager.cc | 58 HmacKey hmac_key; in CreateKey() local 83 HmacKey hmac_key; in DeriveKey() local
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt_np_adv/src/ |
D | np_adv_test_vectors.rs | 51 let hmac_key = hkdf.v0_identity_token_hmac_key(); in np_adv_test_vectors() localVariable 109 let hmac_key = hkdf.v0_identity_token_hmac_key(); in gen_test_vectors() localVariable
|
D | tests.rs | 230 let hmac_key = hkdf.v0_identity_token_hmac_key(); in make_test_components() localVariable
|
/aosp_15_r20/packages/modules/Virtualization/libs/libservice_vm_requests/src/ |
D | rkp.rs | 51 let hmac_key = derive_hmac_key(dice_artifacts)?; in generate_ecdsa_p256_key_pair() localVariable 76 let hmac_key = derive_hmac_key(dice_artifacts)?; in generate_certificate_request() localVariable
|
/aosp_15_r20/external/tpm2-tss/test/integration/ |
H A D | sapi-session-util.c | 174 TPM2B_MAX_BUFFER hmac_key; in compute_command_hmac() local 226 TPM2B_MAX_BUFFER hmac_key; in check_response_hmac() local
|
/aosp_15_r20/external/tink/python/tink/proto/ |
H A D | aes_ctr_hmac_aead.proto | 37 HmacKey hmac_key = 3; field
|
/aosp_15_r20/external/tink/java_src/proto/ |
H A D | aes_ctr_hmac_aead.proto | 37 HmacKey hmac_key = 3; field
|
/aosp_15_r20/external/tink/proto/ |
H A D | aes_ctr_hmac_aead.proto | 37 HmacKey hmac_key = 3; field
|
/aosp_15_r20/external/tink/cc/proto/ |
H A D | aes_ctr_hmac_aead.proto | 37 HmacKey hmac_key = 3; field
|
/aosp_15_r20/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/ |
H A D | presence_crypto_v1.cc | 73 uint8_t hmac_key[kAesCtrIvSize] = {0}; in verify() local
|
H A D | presence_crypto_mic.cc | 84 uint8_t hmac_key[kHmacKeySize] = {0}; in verify() local
|
/aosp_15_r20/external/tink/cc/hybrid/ |
H A D | ecies_aead_hkdf_dem_helper.cc | 152 auto hmac_key = key.mutable_hmac_key(); in GetAeadOrDaead() local
|
/aosp_15_r20/external/tink/cc/aead/ |
H A D | aes_ctr_hmac_aead_key_manager.cc | 208 StatusOr<HmacKey> hmac_key = in DeriveKey() local
|
H A D | aes_ctr_hmac_aead_key_manager_test.cc | 82 auto hmac_key = key.mutable_hmac_key(); in CreateValidKey() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/spx/ |
H A D | thash.c | 101 uint8_t hmac_key[SHA256_CBLOCK] = {0}; in spx_thash_prfmsg() local
|
/aosp_15_r20/external/boringssl/src/crypto/spx/ |
H A D | thash.c | 101 uint8_t hmac_key[SHA256_CBLOCK] = {0}; in spx_thash_prfmsg() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/zip/src/ |
D | aes.rs | 89 let hmac_key = &derived_key[key_length..key_length * 2]; in validate() localVariable
|
/aosp_15_r20/external/cronet/third_party/netty-tcnative/src/c/ |
H A D | ssl_private.h | 169 unsigned char hmac_key[SSL_SESSION_TICKET_HMAC_KEY_LEN]; member
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/encrypted_section/ |
D | mod.rs | 409 let hmac_key = match self.contents.salt { in try_deserialize() localVariable
|
/aosp_15_r20/system/authgraph/core/src/ |
H A D | keyexchange.rs | 773 let hmac_key = hkdf.expand(&pseudo_rand_key, CONTEXT_KE_HMAC_KEY)?; localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/pkcs8/ |
D | pkcs8_x509.c | 608 uint8_t hmac_key[EVP_MAX_MD_SIZE]; in pkcs12_check_mac() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/pkcs8/ |
D | pkcs8_x509.c | 608 uint8_t hmac_key[EVP_MAX_MD_SIZE]; in pkcs12_check_mac() local
|