Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Dacipher_helpers.h84 TEE_Result sm2_ltc_pke_encrypt(struct ecc_public_key *key, const uint8_t *src,
98 sm2_ltc_pke_encrypt(struct ecc_public_key *key __unused, in sm2_ltc_pke_encrypt() function
H A Decc.c380 .encrypt = sm2_ltc_pke_encrypt,
H A Dsm2-pke.c332 TEE_Result sm2_ltc_pke_encrypt(struct ecc_public_key *key, const uint8_t *src, in sm2_ltc_pke_encrypt() function