Home
last modified time | relevance | path

Searched refs:BUFSIZ (Results 1 – 6 of 6) sorted by relevance

/openssl/crypto/evp/
H A Devp_key.c17 #ifndef BUFSIZ
18 # define BUFSIZ 256 macro
56 char buff[BUFSIZ]; in EVP_read_pw_string_min()
65 (len >= BUFSIZ) ? BUFSIZ - 1 : len) < 0 in EVP_read_pw_string_min()
68 (len >= BUFSIZ) ? BUFSIZ - 1 : len, in EVP_read_pw_string_min()
72 OPENSSL_cleanse(buff, BUFSIZ); in EVP_read_pw_string_min()
/openssl/crypto/ui/
H A Dui_util.c15 #ifndef BUFSIZ
16 #define BUFSIZ 256 macro
22 char buff[BUFSIZ]; in UI_UTIL_read_pw_string()
26 UI_UTIL_read_pw(buf, buff, (length > BUFSIZ) ? BUFSIZ : length, in UI_UTIL_read_pw_string()
28 OPENSSL_cleanse(buff, BUFSIZ); in UI_UTIL_read_pw_string()
H A Dui_openssl.c280 char result[BUFSIZ]; in read_string_inner()
281 int maxsize = BUFSIZ - 1; in read_string_inner()
303 WCHAR wresult[BUFSIZ]; in read_string_inner()
368 OPENSSL_cleanse(result, BUFSIZ); in read_string_inner()
/openssl/apps/
H A Dasn1parse.c190 if (!BUF_MEM_grow(buf, BUFSIZ * 8)) in asn1parse_main()
214 if (!BUF_MEM_grow(buf, num + BUFSIZ)) in asn1parse_main()
216 i = BIO_read(in, &(buf->data[num]), BUFSIZ); in asn1parse_main()
H A Dpasswd.c279 char trash[BUFSIZ]; in passwd_main()
H A Ds_server.c3052 char buf[BUFSIZ]; in print_connection_info()

Completed in 23 milliseconds