Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/pbes/
H A Dpbes2.c8 static const char * const s_oid_pbkdf2 = "1.2.840.113549.1.5.12"; variable
118 if ((err = pk_oid_cmp_with_asn1(s_oid_pbkdf2, lkdf)) != CRYPT_OK) return err; in pbes2_extract()