Home
last modified time | relevance | path

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

/optee_os/core/include/crypto/
H A Dcrypto.h259 TEE_Result crypto_acipher_rsanopad_encrypt(struct rsa_public_key *key,
/optee_os/core/drivers/crypto/crypto_api/acipher/
H A Drsa.c147 TEE_Result crypto_acipher_rsanopad_encrypt(struct rsa_public_key *key, in crypto_acipher_rsanopad_encrypt() function
/optee_os/core/lib/libtomcrypt/
H A Drsa.c273 TEE_Result crypto_acipher_rsanopad_encrypt(struct rsa_public_key *key,
/optee_os/core/crypto/
H A Dcrypto.c587 TEE_Result crypto_acipher_rsanopad_encrypt(struct rsa_public_key *key __unused, in crypto_acipher_rsanopad_encrypt() function
/optee_os/lib/libmbedtls/core/
H A Drsa.c331 TEE_Result crypto_acipher_rsanopad_encrypt(struct rsa_public_key *key,
/optee_os/core/tee/
H A Dtee_svc_cryp.c4480 res = crypto_acipher_rsanopad_encrypt(o->attr, src_data, in syscall_asymm_operate()