Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/misc/crypt/
H A Dcrypt_find_hash_oid.c10 int find_hash_oid(const unsigned long *ID, unsigned long IDlen) in find_hash_oid() function
/optee_os/core/lib/libtomcrypt/src/pk/dsa/
H A Ddsa_decrypt_key.c49 hash = find_hash_oid(hashOID, decode[0].size); in dsa_decrypt_key()
/optee_os/core/lib/libtomcrypt/src/pk/ecc/
H A Decc_decrypt_key.c50 hash = find_hash_oid(hashOID, decode[0].size); in ecc_decrypt_key()
/optee_os/core/lib/libtomcrypt/src/headers/
H A Dtomcrypt_hash.h490 int find_hash_oid(const unsigned long *ID, unsigned long IDlen);