| /external/tink/cc/subtle/ |
| D | hmac_boringssl_test.cc | 51 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
|
| D | stateful_hmac_boringssl_test.cc | 50 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
|
| D | aes_ctr_hmac_streaming.cc | 178 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/ |
| D | hmac.rs | 144 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/ |
| D | e_aesctrhmac.cc | 204 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/ |
| D | e_aesctrhmac.cc | 204 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/ |
| D | e_aesctrhmac.c | 203 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/ |
| D | e_aesctrhmac.cc | 199 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/ |
| D | aes_ctr_hmac_aead_key_manager.cc | 96 auto hmac_result = HmacKeyManager().GetPrimitive<Mac>(key.hmac_key()); in Create() local
|
| /external/boringssl/src/rust/bssl-crypto/src/ |
| D | hmac.rs | 430 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/ |
| D | hmac.rs | 430 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/ |
| D | hmac.rs | 430 let hmac_result: [u8; 32] = hmac.digest(); in hmac_sha256_fixed_size_key() localVariable
|