Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_clear_multi.c23 mp_int* next_mp = mp; in mp_clear_multi() local
26 while (next_mp != NULL) { in mp_clear_multi()
27 mp_clear(next_mp); in mp_clear_multi()
28 next_mp = va_arg(args, mp_int*); in mp_clear_multi()
H A Dbn_mp_zero_multi.c24 mp_int* next_mp = mp; in mp_zero_multi() local
27 while (next_mp != NULL) { in mp_zero_multi()
28 mp_zero(next_mp); in mp_zero_multi()
29 next_mp = va_arg(args, mp_int*); in mp_zero_multi()
/netbsd/sys/arch/x68k/stand/libdos/
H A Ddos.h102 void *next_mp; member
/netbsd/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c1489 mp_int* next_mp = mp; in mp_clear_multi() local
1492 while (next_mp != NULL) { in mp_clear_multi()
1493 mp_clear(next_mp); in mp_clear_multi()
1494 next_mp = va_arg(args, mp_int*); in mp_clear_multi()
/netbsd/crypto/external/bsd/netpgp/dist/src/libbn/
H A Dbignum.c1351 mp_int* next_mp = mp; in mp_clear_multi() local
1354 while (next_mp != NULL) { in mp_clear_multi()
1355 mp_clear(next_mp); in mp_clear_multi()
1356 next_mp = va_arg(args, mp_int*); in mp_clear_multi()
/netbsd/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dbignum.c1287 mp_int* next_mp = mp; in mp_clear_multi() local
1291 while (next_mp != NULL) { in mp_clear_multi()
1292 mp_clear(next_mp); in mp_clear_multi()
1293 next_mp = va_arg(args, mp_int*); in mp_clear_multi()
/netbsd/sbin/nvmectl/
H A Dbignum.c1283 mp_int* next_mp = mp; in mp_clear_multi() local
1287 while (next_mp != NULL) { in mp_clear_multi()
1288 mp_clear(next_mp); in mp_clear_multi()
1289 next_mp = va_arg(args, mp_int*); in mp_clear_multi()