Home
last modified time | relevance | path

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

/optee_os/ta/pkcs11/src/
H A Dprocessing_symm.c172 } hmac_hash[] = { in hmac_to_tee_hash() local
188 for (n = 0; n < ARRAY_SIZE(hmac_hash); n++) { in hmac_to_tee_hash()
189 if (hmac_hash[n].mech == mech_id) { in hmac_to_tee_hash()
190 *algo = hmac_hash[n].tee_id; in hmac_to_tee_hash()