Searched refs:rsadorep (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/lib/libtomcrypt/ |
| H A D | rsa.c | 213 static TEE_Result rsadorep(rsa_key *ltc_key, const uint8_t *src, in rsadorep() function 291 res = rsadorep(<c_key, src, src_len, dst, dst_len); in sw_crypto_acipher_rsanopad_encrypt() 321 res = rsadorep(<c_key, src, src_len, dst, dst_len); in sw_crypto_acipher_rsanopad_decrypt()
|