Searched refs:sanitize_line (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/pem/ |
H A D | pem_lib.c | 689 static int sanitize_line(char *linebuf, int len, unsigned int flags, int first_call) in sanitize_line() function 751 * that will be added by sanitize_line() (the extra '1'). in get_name() 768 len = sanitize_line(linebuf, len, flags & ~PEM_FLAG_ONLY_B64, first_call); in get_name() 820 * that will be added by sanitize_line() (the extra '1'). */ in get_header_and_data() 849 len = sanitize_line(linebuf, len, flags & flags_mask, 0); in get_header_and_data()
|
/third_party/openssl/crypto/pem/ |
H A D | pem_lib.c | 689 static int sanitize_line(char *linebuf, int len, unsigned int flags, int first_call) in sanitize_line() function 751 * that will be added by sanitize_line() (the extra '1'). in get_name() 768 len = sanitize_line(linebuf, len, flags & ~PEM_FLAG_ONLY_B64, first_call); in get_name() 820 * that will be added by sanitize_line() (the extra '1'). */ in get_header_and_data() 849 len = sanitize_line(linebuf, len, flags & flags_mask, 0); in get_header_and_data()
|
Completed in 3 milliseconds