Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/pbes/
H A Dpbes2.c7 static const char * const s_oid_pbes2 = "1.2.840.113549.1.5.13"; variable
87 if ((err = pk_oid_cmp_with_asn1(s_oid_pbes2, s)) != CRYPT_OK) return err; in pbes2_extract()