Searched refs:ipsec_check_keylen (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/dist/ipsec-tools/src/setkey/ |
H A D | parse.y | 409 if (ipsec_check_keylen(SADB_EXT_SUPPORTED_ENCRYPT, 424 if (ipsec_check_keylen(SADB_EXT_SUPPORTED_ENCRYPT, 440 if (ipsec_check_keylen(SADB_EXT_SUPPORTED_ENCRYPT, 461 if (ipsec_check_keylen(SADB_EXT_SUPPORTED_ENCRYPT, 482 if (ipsec_check_keylen(SADB_EXT_SUPPORTED_ENCRYPT, 508 if (ipsec_check_keylen(SADB_EXT_SUPPORTED_AUTH, 525 if (ipsec_check_keylen(SADB_EXT_SUPPORTED_AUTH,
|
/netbsd-src/crypto/dist/ipsec-tools/src/libipsec/ |
H A D | libpfkey.h | 106 int ipsec_check_keylen(u_int, u_int, u_int);
|
H A D | pfkey.c | 215 ipsec_check_keylen(u_int supported, u_int alg_id, u_int keylen) in ipsec_check_keylen() function
|
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/ |
H A D | pfkey.c | 3637 error = ipsec_check_keylen(sup, alg, keylen);
|