Home
last modified time | relevance | path

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

/mbedtls-development/library/
A Dbignum.c649 char *p_end = *p + buflen; in mpi_write_hlp() local
664 *(--p_end) = (char)( '0' + r ); in mpi_write_hlp()
666 *(--p_end) = (char)( 'A' + ( r - 0xA ) ); in mpi_write_hlp()
671 memmove( *p, p_end, length ); in mpi_write_hlp()

Completed in 6 milliseconds