check_keylen
extern int check_keylen(int, int, int);
if ($2 && check_keylen(cur_algclass, $1, $2) < 0) {
if ($3 && check_keylen($1, $2, $3) < 0) {