Home
last modified time | relevance | path

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

/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/ecc/
A Dltc_ecc_export_point.c12 unsigned long xsize, ysize; in ltc_ecc_export_point() local
16 if ((ysize = mp_unsigned_bin_size(y)) > size) return CRYPT_BUFFER_OVERFLOW; in ltc_ecc_export_point()
45 if ((err = mp_to_unsigned_bin(y, buf + (size - ysize))) != CRYPT_OK) return err; in ltc_ecc_export_point()
/optee_os-3.20.0/lib/libmbedtls/core/
A Dsm2-pke.c275 size_t ysize = mbedtls_mpi_size(&p->Y); in sm2_point_to_bytes() local
279 if (xsize > SM2_INT_SIZE_BYTES || ysize > SM2_INT_SIZE_BYTES || in sm2_point_to_bytes()
/optee_os-3.20.0/core/lib/libtomcrypt/
A Dsm2-pke.c310 size_t ysize = mp_unsigned_bin_size(p->y); in sm2_point_to_bytes() local
313 if (xsize > SM2_INT_SIZE_BYTES || ysize > SM2_INT_SIZE_BYTES || in sm2_point_to_bytes()

Completed in 4 milliseconds