Home
last modified time | relevance | path

Searched defs:hmac_key (Results 1 – 25 of 29) sorted by relevance

12

/external/rust/beto-rust/nearby/presence/ldt_np_adv/resources/test/
Dnp_adv_test_vectors.json5 "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 …]
/external/rust/beto-rust/nearby/presence/np_hkdf/tests/
Dhmac.rs22 let hmac_key = [2; 32]; in verify_hmac_correct_mac() localVariable
34 let hmac_key = [2; 32]; in verify_hmac_incorrect_mac() localVariable
/external/tink/cc/mac/
Dhmac_key_manager.h49 const google::crypto::tink::HmacKey& hmac_key) const override { in Create()
59 const google::crypto::tink::HmacKey& hmac_key) const override { in Create()
Dhmac_key_manager.cc58 HmacKey hmac_key; in CreateKey() local
83 HmacKey hmac_key; in DeriveKey() local
/external/rust/beto-rust/nearby/presence/ldt_np_adv/src/
Dnp_adv_test_vectors.rs51 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
Dtests.rs230 let hmac_key = hkdf.v0_identity_token_hmac_key(); in make_test_components() localVariable
/external/tink/python/tink/proto/
Daes_ctr_hmac_aead.proto37 HmacKey hmac_key = 3; field
/external/tink/proto/
Daes_ctr_hmac_aead.proto37 HmacKey hmac_key = 3; field
/external/tink/cc/proto/
Daes_ctr_hmac_aead.proto37 HmacKey hmac_key = 3; field
/external/tink/java_src/proto/
Daes_ctr_hmac_aead.proto37 HmacKey hmac_key = 3; field
/external/tink/cc/hybrid/
Decies_aead_hkdf_dem_helper.cc152 auto hmac_key = key.mutable_hmac_key(); in GetAeadOrDaead() local
/external/tink/cc/aead/
Daes_ctr_hmac_aead_key_manager.cc208 StatusOr<HmacKey> hmac_key = in DeriveKey() local
Daes_ctr_hmac_aead_key_manager_test.cc82 auto hmac_key = key.mutable_hmac_key(); in CreateValidKey() local
/external/cronet/third_party/boringssl/src/crypto/spx/
Dthash.c101 uint8_t hmac_key[SHA256_CBLOCK] = {0}; in spx_thash_prfmsg() local
/external/boringssl/src/crypto/spx/
Dthash.c101 uint8_t hmac_key[SHA256_CBLOCK] = {0}; in spx_thash_prfmsg() local
/external/rust/crates/zip/src/
Daes.rs89 let hmac_key = &derived_key[key_length..key_length * 2]; in validate() localVariable
/external/tpm2-tss/test/integration/
Dsapi-session-util.c174 TPM2B_MAX_BUFFER hmac_key; in compute_command_hmac() local
226 TPM2B_MAX_BUFFER hmac_key; in check_response_hmac() local
/external/cronet/third_party/netty-tcnative/src/c/
Dssl_private.h169 unsigned char hmac_key[SSL_SESSION_TICKET_HMAC_KEY_LEN]; member
/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/encrypted_section/
Dmod.rs409 let hmac_key = match self.contents.salt { in try_deserialize() localVariable
/external/boringssl/src/crypto/pkcs8/
Dpkcs8_x509.c562 uint8_t hmac_key[EVP_MAX_MD_SIZE]; in pkcs12_check_mac() local
/external/cronet/third_party/boringssl/src/crypto/pkcs8/
Dpkcs8_x509.c561 uint8_t hmac_key[EVP_MAX_MD_SIZE]; in pkcs12_check_mac() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/pkcs8/
Dpkcs8_x509.c608 uint8_t hmac_key[EVP_MAX_MD_SIZE]; in pkcs12_check_mac() local
/external/rust/crates/openssl/src/
Dpkey.rs1166 let hmac_key = PKey::hmac(&test_bytes).unwrap(); in test_raw_hmac() localVariable
/external/googleapis/google/storage/v2/
Dstorage.proto1637 HmacKeyMetadata hmac_key = 1 [(google.api.field_behavior) = REQUIRED]; field
/external/cronet/third_party/boringssl/src/crypto/hrss/
Dhrss.c1911 uint8_t hmac_key[32]; member

12