Home
last modified time | relevance | path

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

/optee_os/core/include/crypto/
H A Dcrypto.h302 TEE_Result crypto_acipher_sm2_pke_encrypt(struct ecc_public_key *key,
/optee_os/core/crypto/
H A Dcrypto.c811 TEE_Result crypto_acipher_sm2_pke_encrypt(struct ecc_public_key *key, in crypto_acipher_sm2_pke_encrypt() function
/optee_os/core/tee/
H A Dtee_svc_cryp.c4502 res = crypto_acipher_sm2_pke_encrypt(o->attr, src_data, in syscall_asymm_operate()