Searched refs:hashOID (Results 1 – 2 of 2) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/pk/dsa/ |
A D | dsa_decrypt_key.c | 35 unsigned long hashOID[32] = { 0 }; in dsa_decrypt_key() local 50 LTC_SET_ASN1(decode, 0, LTC_ASN1_OBJECT_IDENTIFIER, hashOID, sizeof(hashOID)/sizeof(hashOID[0])); in dsa_decrypt_key() 56 hash = find_hash_oid(hashOID, decode[0].size); in dsa_decrypt_key()
|
/optee_os/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_decrypt_key.c | 35 unsigned long hashOID[32] = { 0 }; in ecc_decrypt_key() local 51 LTC_SET_ASN1(decode, 0, LTC_ASN1_OBJECT_IDENTIFIER, hashOID, sizeof(hashOID)/sizeof(hashOID[0])); in ecc_decrypt_key() 57 hash = find_hash_oid(hashOID, decode[0].size); in ecc_decrypt_key()
|
Completed in 3 milliseconds