OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hmac_key
(Results
1 - 6
of
6
) 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
...]
hmac_authorization_delegate.h
125
std::string CreateKey(const std::string&
hmac_key
,
155
// when computing the
hmac_key
to create the authorization hmac. Defaults
/system/keymaster/
Makefile
91
hmac_key
.cpp \
332
hmac_key
.o \
Android.mk
66
hmac_key
.cpp \
/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
...]
/external/boringssl/src/crypto/cipher/
e_aes.c
[
all
...]
Completed in 256 milliseconds