Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Drsa.c213 static TEE_Result rsadorep(rsa_key *ltc_key, const uint8_t *src, in rsadorep() function
291 res = rsadorep(&ltc_key, src, src_len, dst, dst_len); in sw_crypto_acipher_rsanopad_encrypt()
321 res = rsadorep(&ltc_key, src, src_len, dst, dst_len); in sw_crypto_acipher_rsanopad_decrypt()