Searched refs:ysize (Results 1 – 3 of 3) sorted by relevance
12 unsigned long xsize, ysize; in ltc_ecc_export_point() local16 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()
275 size_t ysize = mbedtls_mpi_size(&p->Y); in sm2_point_to_bytes() local279 if (xsize > SM2_INT_SIZE_BYTES || ysize > SM2_INT_SIZE_BYTES || in sm2_point_to_bytes()
310 size_t ysize = mp_unsigned_bin_size(p->y); in sm2_point_to_bytes() local313 if (xsize > SM2_INT_SIZE_BYTES || ysize > SM2_INT_SIZE_BYTES || in sm2_point_to_bytes()
Completed in 10 milliseconds