HomeSort by relevance Sort by last modified time
    Searched refs:hmac_key (Results 1 - 17 of 17) 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...]
hmac_authorization_delegate.h 123 std::string CreateKey(const std::string& hmac_key,
152 // when computing the hmac_key to create the authorization hmac. Defaults
  /system/keymaster/km_openssl/
hmac_key.cpp 17 #include <keymaster/km_openssl/hmac_key.h>
symmetric_key.cpp 27 #include <keymaster/km_openssl/hmac_key.h>
hmac_operation.cpp 24 #include <keymaster/km_openssl/hmac_key.h>
  /external/boringssl/src/crypto/cipher_extra/
e_aesctrhmac.c 39 const uint8_t hmac_key[32]) {
42 OPENSSL_memcpy(block, hmac_key, hmac_key_len);
  /system/core/trusty/keymaster/
Makefile 72 $(KM)/hmac_key.cpp \
168 $(KM)/hmac_key.o \
  /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),
  /system/keymaster/contexts/
keymaster1_passthrough_context.cpp 30 #include <keymaster/km_openssl/hmac_key.h>
pure_soft_keymaster_context.cpp 37 #include <keymaster/km_openssl/hmac_key.h>
soft_keymaster_context.cpp 31 #include <keymaster/km_openssl/hmac_key.h>
  /system/keymaster/
Makefile 96 km_openssl/hmac_key.cpp \
370 km_openssl/hmac_key.o \
  /external/boringssl/src/ssl/
ssl_session.cc 462 RAND_bytes(ctx->tlsext_ticket_key_current->hmac_key, 16);
513 !HMAC_Init_ex(hctx.get(), tctx->tlsext_ticket_key_current->hmac_key, 16,
    [all...]
ssl_lib.cc     [all...]
t1_lib.cc     [all...]
internal.h 1894 uint8_t hmac_key[16]; member in struct:bssl::tlsext_ticket_key
    [all...]
  /system/keymaster/tests/
android_keymaster_test.cpp 32 #include <keymaster/km_openssl/hmac_key.h>
    [all...]

Completed in 155 milliseconds