Home
last modified time | relevance | path

Searched refs:ipsec_check_keylen (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/setkey/
H A Dparse.y409 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 Dlibpfkey.h106 int ipsec_check_keylen(u_int, u_int, u_int);
H A Dpfkey.c215 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 Dpfkey.c3637 error = ipsec_check_keylen(sup, alg, keylen);