HomeSort by relevance Sort by last modified time
    Searched refs:hmac_result (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/cipher_extra/
e_aesctrhmac.c 204 uint8_t hmac_result[SHA256_DIGEST_LENGTH]; local
205 hmac_calculate(hmac_result, &aes_ctx->inner_init_state,
207 OPENSSL_memcpy(out_tag, hmac_result, ctx->tag_len);
229 uint8_t hmac_result[SHA256_DIGEST_LENGTH]; local
230 hmac_calculate(hmac_result, &aes_ctx->inner_init_state,
233 if (CRYPTO_memcmp(hmac_result, in_tag, ctx->tag_len) != 0) {
  /system/tpm/trunks/
session_manager_impl.cc 134 bool hmac_result = local
137 if (!hmac_result) {

Completed in 71 milliseconds