HomeSort by relevance Sort by last modified time
    Searched defs:hmac_key (Results 1 - 3 of 3) sorted by null

  /system/tpm/trunks/
hmac_authorization_delegate.cc 86 std::string hmac_key; local
88 hmac_key = session_key_ + entity_authorization_value_;
90 hmac_key = session_key_;
98 std::string digest = HmacSha256(hmac_key, hmac_data);
141 std::string hmac_key; local
146 hmac_key = session_key_ + future_authorization_value_;
149 hmac_key = session_key_ + entity_authorization_value_;
152 hmac_key = session_key_;
160 std::string digest = HmacSha256(hmac_key, hmac_data);
244 const std::string& hmac_key,
    [all...]
  /external/boringssl/src/crypto/pkcs8/
pkcs8_x509.c 578 uint8_t hmac_key[EVP_MAX_MD_SIZE]; local
581 EVP_MD_size(md), hmac_key, md)) {
587 if (NULL == HMAC(md, hmac_key, EVP_MD_size(md), CBS_data(&authsafes),
  /external/boringssl/src/ssl/
internal.h 1894 uint8_t hmac_key[16]; member in struct:bssl::tlsext_ticket_key
    [all...]

Completed in 140 milliseconds