Home
last modified time | relevance | path

Searched refs:check_keylen (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dalgorithm.h208 extern int check_keylen __P((int, int, int));
H A Dalgorithm.c819 check_keylen(class, type, len) in check_keylen() function
H A Dcfparse.y1782 if ($2 && check_keylen(cur_algclass, $1, $2) < 0) {
2534 if ($3 && check_keylen($1, $2, $3) < 0) {