Searched refs:hashOID (Results 1 – 2 of 2) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/dsa/ |
A D | dsa_decrypt_key.c | 28 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-3.20.0/core/lib/libtomcrypt/src/pk/ecc/ |
A D | ecc_decrypt_key.c | 28 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()
|
Completed in 3 milliseconds