Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/
A Dsm2-kep.c25 static TEE_Result sm2_kep_compute_Z(uint8_t *Z, size_t Zlen, const uint8_t *id, in sm2_kep_compute_Z() function
337 res = sm2_kep_compute_Z(xUyUZAZB + 2 * SM2_INT_SIZE_BYTES, in sm2_kep_derive()
344 res = sm2_kep_compute_Z(xUyUZAZB + 2 * SM2_INT_SIZE_BYTES + in sm2_kep_derive()
/optee_os-3.20.0/lib/libmbedtls/core/
A Dsm2-kep.c29 static TEE_Result sm2_kep_compute_Z(const mbedtls_ecp_group *grp, uint8_t *Z, in sm2_kep_compute_Z() function
430 res = sm2_kep_compute_Z(&grp, xUyUZAZB + 2 * SM2_INT_SIZE_BYTES, in crypto_acipher_sm2_kep_derive()
437 res = sm2_kep_compute_Z(&grp, xUyUZAZB + 2 * SM2_INT_SIZE_BYTES + in crypto_acipher_sm2_kep_derive()

Completed in 4 milliseconds