Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/core/
H A Dsm2-pke.c271 static TEE_Result sm2_point_to_bytes(uint8_t *buf, size_t *size, in sm2_point_to_bytes() function
407 res = sm2_point_to_bytes(dst, &C1_len, &C1); in sm2_mbedtls_pke_encrypt()
/optee_os/core/lib/libtomcrypt/
H A Dsm2-pke.c306 static TEE_Result sm2_point_to_bytes(uint8_t *buf, size_t *size, in sm2_point_to_bytes() function
470 res = sm2_point_to_bytes(dst, &C1_len, C1); in sm2_ltc_pke_encrypt()