Searched refs:s_pbes1_list (Results 1 – 1 of 1) sorted by relevance
58 static const oid_to_pbes s_pbes1_list[] = { variable72 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