Home
last modified time | relevance | path

Searched refs:iesys_crypto_hmac_finish2b (Results 1 – 5 of 5) sorted by relevance

/external/tpm2-tss/src/tss2-esys/
Desys_crypto_ossl.h88 #define iesys_crypto_hmac_finish2b iesys_cryptossl_hmac_finish2b macro
Desys_crypto_bssl.h88 #define iesys_crypto_hmac_finish2b iesys_cryptbssl_hmac_finish2b macro
Desys_crypto_gcrypt.h85 #define iesys_crypto_hmac_finish2b iesys_cryptogcry_hmac_finish2b macro
Desys_crypto.c216 r = iesys_crypto_hmac_finish2b(&cryptoContext, (TPM2B *) hmac); in iesys_crypto_authHmac()
/external/tpm2-tss/test/unit/
Desys-crypto.c110 rc = iesys_crypto_hmac_finish2b(NULL, &tpm2b); in check_hmac_functions()