Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/src/pk/dsa/
H A Ddsa_decrypt_key.c28 unsigned long hashOID[32] = { 0 }; in dsa_decrypt_key() local
43 LTC_SET_ASN1(decode, 0, LTC_ASN1_OBJECT_IDENTIFIER, hashOID, sizeof(hashOID)/sizeof(hashOID[0])); in dsa_decrypt_key()
49 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.c28 unsigned long hashOID[32] = { 0 }; in ecc_decrypt_key() local
44 LTC_SET_ASN1(decode, 0, LTC_ASN1_OBJECT_IDENTIFIER, hashOID, sizeof(hashOID)/sizeof(hashOID[0])); in ecc_decrypt_key()
50 hash = find_hash_oid(hashOID, decode[0].size); in ecc_decrypt_key()