Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/pbes/
H A Dpbes2.c81 ltc_asn1_list *lkdf, *lenc, *loptseq, *liter, *lhmac; in pbes2_extract() local
138 lhmac = NULL; in pbes2_extract()
141 lhmac = loptseq->child; in pbes2_extract()
143 if ((err = s_pbes2_from_oid(lenc, lhmac, &res->type)) != CRYPT_OK) return err; in pbes2_extract()