Home
last modified time | relevance | path

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

/external/tpm2-tss/src/tss2-esys/
Desys_crypto_gcrypt.c37 int gcry_hmac_alg; member
289 mycontext->hmac.gcry_hmac_alg = GCRY_MAC_HMAC_SHA1; in iesys_cryptogcry_hmac_start()
292 mycontext->hmac.gcry_hmac_alg = GCRY_MAC_HMAC_SHA256; in iesys_cryptogcry_hmac_start()
300 int hmac_len = gcry_mac_get_algo_maclen(mycontext->hmac.gcry_hmac_alg); in iesys_cryptogcry_hmac_start()
311 mycontext->hmac.gcry_hmac_alg, 0, NULL); in iesys_cryptogcry_hmac_start()