Home
last modified time | relevance | path

Searched defs:hmac_result (Results 1 – 12 of 12) sorted by relevance

/external/tink/cc/subtle/
Dhmac_boringssl_test.cc51 auto hmac_result = HmacBoringSsl::New(hash, tag_size, key); in HmacVerifyHex() local
68 auto hmac_result = HmacBoringSsl::New(HashType::SHA1, tag_size, key); in TEST_F() local
103 auto hmac_result = HmacBoringSsl::New(HashType::SHA1, 16, key); in TEST_F() local
128 auto hmac_result = HmacBoringSsl::New(HashType::SHA1, 20, key); in TEST_F() local
153 auto hmac_result = HmacBoringSsl::New(HashType::SHA1, tag_size, key); in TEST_F() local
Dstateful_hmac_boringssl_test.cc50 auto hmac_result = StatefulHmacBoringSsl::New( in EmptyHmac() local
82 auto hmac_result = StatefulHmacBoringSsl::New( in BasicHmac() local
119 auto hmac_result = StatefulHmacBoringSsl::New( in MultipleUpdateHmac() local
172 auto hmac_result = StatefulHmacBoringSsl::New( in TEST() local
Daes_ctr_hmac_streaming.cc178 auto hmac_result = HmacBoringSsl::New(params.tag_algo, params.tag_size, in New() local
298 auto hmac_result = in Init() local
/external/rust/crates/openssl/src/
Dhmac.rs144 let hmac_result = in hmac_sha256_test() localVariable
168 let hmac_result = in hmac_sha256_test_big_buffer() localVariable
/external/cronet/stable/third_party/boringssl/src/crypto/cipher_extra/
De_aesctrhmac.cc204 uint8_t hmac_result[SHA256_DIGEST_LENGTH]; in aead_aes_ctr_hmac_sha256_seal_scatter() local
230 uint8_t hmac_result[SHA256_DIGEST_LENGTH]; in aead_aes_ctr_hmac_sha256_open_gather() local
/external/cronet/tot/third_party/boringssl/src/crypto/cipher_extra/
De_aesctrhmac.cc204 uint8_t hmac_result[SHA256_DIGEST_LENGTH]; in aead_aes_ctr_hmac_sha256_seal_scatter() local
230 uint8_t hmac_result[SHA256_DIGEST_LENGTH]; in aead_aes_ctr_hmac_sha256_open_gather() local
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/cipher_extra/
De_aesctrhmac.c203 uint8_t hmac_result[SHA256_DIGEST_LENGTH]; in aead_aes_ctr_hmac_sha256_seal_scatter() local
229 uint8_t hmac_result[SHA256_DIGEST_LENGTH]; in aead_aes_ctr_hmac_sha256_open_gather() local
/external/boringssl/src/crypto/cipher_extra/
De_aesctrhmac.cc199 uint8_t hmac_result[SHA256_DIGEST_LENGTH]; in aead_aes_ctr_hmac_sha256_seal_scatter() local
225 uint8_t hmac_result[SHA256_DIGEST_LENGTH]; in aead_aes_ctr_hmac_sha256_open_gather() local
/external/tink/cc/aead/
Daes_ctr_hmac_aead_key_manager.cc96 auto hmac_result = HmacKeyManager().GetPrimitive<Mac>(key.hmac_key()); in Create() local
/external/boringssl/src/rust/bssl-crypto/src/
Dhmac.rs430 let hmac_result: [u8; 32] = hmac.digest(); in hmac_sha256_fixed_size_key() localVariable
/external/cronet/tot/third_party/boringssl/src/rust/bssl-crypto/src/
Dhmac.rs430 let hmac_result: [u8; 32] = hmac.digest(); in hmac_sha256_fixed_size_key() localVariable
/external/cronet/stable/third_party/boringssl/src/rust/bssl-crypto/src/
Dhmac.rs430 let hmac_result: [u8; 32] = hmac.digest(); in hmac_sha256_fixed_size_key() localVariable