Searched refs:_p (Results 1 – 3 of 3) sorted by relevance
/mbedtls-latest/library/ |
D | ecp_curves.c | 26 #define ECP_MPI_INIT(_p, _n) { .p = (mbedtls_mpi_uint *) (_p), .s = 1, .n = (_n) } argument 4591 G ## _p, sizeof(G ## _p), \ 4601 G ## _p, sizeof(G ## _p), \
|
D | ecp_curves_new.c | 31 #define ECP_MPI_INIT(_p, _n) { .p = (mbedtls_mpi_uint *) (_p), .s = 1, .n = (_n) } argument 4621 G ## _p, sizeof(G ## _p), \ 4631 G ## _p, sizeof(G ## _p), \
|
D | ecp.c | 2915 #define ECP_MPI_INIT(_p, _n) { .p = (mbedtls_mpi_uint *) (_p), .s = 1, .n = (_n) } argument
|