HomeSort by relevance Sort by last modified time
    Searched defs:hmac_key (Results 1 - 2 of 2) 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);
247 const std::string& hmac_key,
    [all...]
  /external/boringssl/src/crypto/pkcs8/
pkcs8.c 990 uint8_t hmac_key[EVP_MAX_MD_SIZE]; local
1022 EVP_MD_size(md), hmac_key, md)) {
1026 if (NULL == HMAC(md, hmac_key, EVP_MD_size(md), CBS_data(&authsafes),
    [all...]

Completed in 183 milliseconds