Searched refs:x_ptr (Results 1 – 1 of 1) sorted by relevance
856 unsigned char *x_ptr; in mpi_uint_bigendian_to_host_c() local859 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