Home
last modified time | relevance | path

Searched refs:PASS_SOURCE_SIZE_MAX (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps.c68 #define PASS_SOURCE_SIZE_MAX 4 macro
262 /* PASS_SOURCE_SIZE_MAX = max number of chars before ':' in below strings */ in app_get_pass()
320 if (tmp == NULL || tmp - arg > PASS_SOURCE_SIZE_MAX) in app_get_pass()
323 PASS_SOURCE_SIZE_MAX + 1); in app_get_pass()
/third_party/openssl/apps/lib/
H A Dapps.c68 #define PASS_SOURCE_SIZE_MAX 4 macro
262 /* PASS_SOURCE_SIZE_MAX = max number of chars before ':' in below strings */ in app_get_pass()
320 if (tmp == NULL || tmp - arg > PASS_SOURCE_SIZE_MAX) in app_get_pass()
323 PASS_SOURCE_SIZE_MAX + 1); in app_get_pass()

Completed in 9 milliseconds