Home
last modified time | relevance | path

Searched refs:req_check_len (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dreq.c73 static int req_check_len(int len, int n_min, int n_max);
1396 if (!req_check_len(i, n_min, n_max)) { in build_data()
1404 static int req_check_len(int len, int n_min, int n_max) in req_check_len() function
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Dreq.c69 static int req_check_len(int len, int n_min, int n_max);
1446 if (!req_check_len(i, n_min, n_max)) { in build_data()
1454 static int req_check_len(int len, int n_min, int n_max) in req_check_len() function