Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/
A Dsm2-kep.c104 ecc_point *UV, const uint8_t *ZAZB, in sm2_kep_compute_S() argument
127 mp_to_unsigned_bin2(UV->x, buf, SM2_INT_SIZE_BYTES); in sm2_kep_compute_S()
181 mp_to_unsigned_bin2(UV->y, buf, SM2_INT_SIZE_BYTES); in sm2_kep_compute_S()
/optee_os-3.20.0/lib/libmbedtls/core/
A Dsm2-kep.c134 mbedtls_ecp_point *UV, const uint8_t *ZAZB, in sm2_kep_compute_S() argument
159 mres = mbedtls_mpi_write_binary(&UV->X, buf, SM2_INT_SIZE_BYTES); in sm2_kep_compute_S()
233 mres = mbedtls_mpi_write_binary(&UV->Y, buf, SM2_INT_SIZE_BYTES); in sm2_kep_compute_S()

Completed in 4 milliseconds