Searched refs:next_mp (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn_mp_clear_multi.c23 mp_int* next_mp = mp; local
26 while (next_mp != NULL) {
27 mp_clear(next_mp);
28 next_mp = va_arg(args, mp_int*);
H A Dbn_mp_zero_multi.c24 mp_int* next_mp = mp; local
27 while (next_mp != NULL) {
28 mp_zero(next_mp);
29 next_mp = va_arg(args, mp_int*);
/netbsd-6-1-5-RELEASE/sys/arch/x68k/stand/libdos/
H A Ddos.h102 void *next_mp; member in struct:dos_mep
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/tls/
H A Dlibtommath.c1474 mp_int* next_mp = mp; local
1477 while (next_mp != NULL) {
1478 mp_clear(next_mp);
1479 next_mp = va_arg(args, mp_int*);

Completed in 189 milliseconds