Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/misc/pbes/
A Dpbes1.c58 static const oid_to_pbes s_pbes1_list[] = { variable
72 for (i = 0; s_pbes1_list[i].data != NULL; ++i) { in s_pbes1_from_oid()
73 if (pk_oid_cmp_with_asn1(s_pbes1_list[i].oid, oid) == CRYPT_OK) { in s_pbes1_from_oid()
74 if (res != NULL) *res = *s_pbes1_list[i].data; in s_pbes1_from_oid()

Completed in 2 milliseconds