Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/pbes/
H A Dpbes2.c48 static int s_pbes2_from_oid(const ltc_asn1_list *cipher_oid, const ltc_asn1_list *hmac_oid, pbes_pr… in s_pbes2_from_oid() argument
58 if (hmac_oid != NULL) { in s_pbes2_from_oid()
60 if (pk_oid_cmp_with_asn1(s_hmac_oid_names[i].oid, hmac_oid) == CRYPT_OK) { in s_pbes2_from_oid()