Searched refs:INITDHVAL (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | oakley.c | 102 #define INITDHVAL(a, s, d, t) \ macro 192 INITDHVAL(dh_modp768, OAKLEY_PRIME_MODP768, in oakley_dhinit() 194 INITDHVAL(dh_modp1024, OAKLEY_PRIME_MODP1024, in oakley_dhinit() 196 INITDHVAL(dh_modp1536, OAKLEY_PRIME_MODP1536, in oakley_dhinit() 198 INITDHVAL(dh_modp2048, OAKLEY_PRIME_MODP2048, in oakley_dhinit() 200 INITDHVAL(dh_modp3072, OAKLEY_PRIME_MODP3072, in oakley_dhinit() 202 INITDHVAL(dh_modp4096, OAKLEY_PRIME_MODP4096, in oakley_dhinit() 204 INITDHVAL(dh_modp6144, OAKLEY_PRIME_MODP6144, in oakley_dhinit() 206 INITDHVAL(dh_modp8192, OAKLEY_PRIME_MODP8192, in oakley_dhinit()
|
/netbsd-src/crypto/dist/ipsec-tools/ |
H A D | ChangeLog.old | 1184 * src/racoon/oakley.c: mem leak fix in INITDHVAL()
|