Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dbignum.c856 unsigned char *x_ptr; in mpi_uint_bigendian_to_host_c() local
859 for( i = 0, x_ptr = (unsigned char*) &x; i < ciL; i++, x_ptr++ ) in mpi_uint_bigendian_to_host_c()
862 tmp |= (mbedtls_mpi_uint) *x_ptr; in mpi_uint_bigendian_to_host_c()

Completed in 6 milliseconds