Home
last modified time | relevance | path

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

/external/ipsec-tools/src/racoon/
Dalgorithm.h207 extern int check_keylen __P((int, int, int));
Dalgorithm.c815 check_keylen(class, type, len) in check_keylen() function
Dcfparse.y1461 if ($2 && check_keylen(cur_algclass, $1, $2) < 0) {
2101 if ($3 && check_keylen($1, $2, $3) < 0) {