Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/pbes/
H A Dpbes2.c39 static const oid_to_pbes s_pbes2_list[] = { variable
51 for (i = 0; i < sizeof(s_pbes2_list)/sizeof(s_pbes2_list[0]); ++i) { in s_pbes2_from_oid()
52 if (pk_oid_cmp_with_asn1(s_pbes2_list[i].oid, cipher_oid) == CRYPT_OK) { in s_pbes2_from_oid()
53 *res = *s_pbes2_list[i].data; in s_pbes2_from_oid()