Home
last modified time | relevance | path

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

/mbedtls-3.5.0/library/
Dbignum_core.c76 unsigned char *a_ptr; in mpi_bigendian_to_host_c() local
79 for (i = 0, a_ptr = (unsigned char *) &a; i < ciL; i++, a_ptr++) { in mpi_bigendian_to_host_c()
81 tmp |= (mbedtls_mpi_uint) *a_ptr; in mpi_bigendian_to_host_c()