Searched refs:rsadorep (Results 1 – 1 of 1) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/ |
A D | rsa.c | 205 static TEE_Result rsadorep(rsa_key *ltc_key, const uint8_t *src, in rsadorep() function 283 res = rsadorep(<c_key, src, src_len, dst, dst_len); in sw_crypto_acipher_rsanopad_encrypt() 313 res = rsadorep(<c_key, src, src_len, dst, dst_len); in sw_crypto_acipher_rsanopad_decrypt()
|
Completed in 3 milliseconds