Home
last modified time | relevance | path

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

/optee_os/core/lib/libtomcrypt/
H A Dacipher_helpers.h81 TEE_Result sm2_ltc_pke_decrypt(struct ecc_keypair *key, const uint8_t *src,
88 static inline TEE_Result sm2_ltc_pke_decrypt(struct ecc_keypair *key __unused, in sm2_ltc_pke_decrypt() function
H A Decc.c375 .decrypt = sm2_ltc_pke_decrypt,
H A Dsm2-pke.c109 TEE_Result sm2_ltc_pke_decrypt(struct ecc_keypair *key, const uint8_t *src, in sm2_ltc_pke_decrypt() function