Home
last modified time | relevance | path

Searched refs:BUF_strlcat (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/bio/
H A Db_dump.c111 BUF_strlcat(buf,tmp,sizeof buf); in BIO_dump_indent_cb()
116 BUF_strlcat(buf," ",sizeof buf); in BIO_dump_indent_cb()
123 BUF_strlcat(buf,tmp,sizeof buf); in BIO_dump_indent_cb()
126 BUF_strlcat(buf," ",sizeof buf); in BIO_dump_indent_cb()
141 BUF_strlcat(buf,tmp,sizeof buf); in BIO_dump_indent_cb()
143 BUF_strlcat(buf,"\n",sizeof buf); in BIO_dump_indent_cb()
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/bio/
H A Db_dump.c110 BUF_strlcat(buf, tmp, sizeof buf); in BIO_dump_indent_cb()
113 BUF_strlcat(buf, " ", sizeof buf); in BIO_dump_indent_cb()
118 BUF_strlcat(buf, tmp, sizeof buf); in BIO_dump_indent_cb()
121 BUF_strlcat(buf, " ", sizeof buf); in BIO_dump_indent_cb()
135 BUF_strlcat(buf, tmp, sizeof buf); in BIO_dump_indent_cb()
137 BUF_strlcat(buf, "\n", sizeof buf); in BIO_dump_indent_cb()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/crypto/bio/
H A Db_dump.c101 BUF_strlcat(buf, tmp, sizeof(buf)); in BIO_dump_indent_cb()
104 BUF_strlcat(buf, " ", sizeof(buf)); in BIO_dump_indent_cb()
109 BUF_strlcat(buf, tmp, sizeof(buf)); in BIO_dump_indent_cb()
112 BUF_strlcat(buf, " ", sizeof(buf)); in BIO_dump_indent_cb()
126 BUF_strlcat(buf, tmp, sizeof(buf)); in BIO_dump_indent_cb()
128 BUF_strlcat(buf, "\n", sizeof(buf)); in BIO_dump_indent_cb()
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/crypto/bio/
H A Db_dump.c101 BUF_strlcat(buf, tmp, sizeof(buf)); in BIO_dump_indent_cb()
104 BUF_strlcat(buf, " ", sizeof(buf)); in BIO_dump_indent_cb()
109 BUF_strlcat(buf, tmp, sizeof(buf)); in BIO_dump_indent_cb()
112 BUF_strlcat(buf, " ", sizeof(buf)); in BIO_dump_indent_cb()
126 BUF_strlcat(buf, tmp, sizeof(buf)); in BIO_dump_indent_cb()
128 BUF_strlcat(buf, "\n", sizeof(buf)); in BIO_dump_indent_cb()
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/bio/
H A Db_dump.c101 BUF_strlcat(buf, tmp, sizeof(buf)); in BIO_dump_indent_cb()
104 BUF_strlcat(buf, " ", sizeof(buf)); in BIO_dump_indent_cb()
109 BUF_strlcat(buf, tmp, sizeof(buf)); in BIO_dump_indent_cb()
112 BUF_strlcat(buf, " ", sizeof(buf)); in BIO_dump_indent_cb()
126 BUF_strlcat(buf, tmp, sizeof(buf)); in BIO_dump_indent_cb()
128 BUF_strlcat(buf, "\n", sizeof(buf)); in BIO_dump_indent_cb()
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/bio/
H A Db_dump.c109 BUF_strlcat(buf, tmp, sizeof buf); in BIO_dump_indent_cb()
112 BUF_strlcat(buf, " ", sizeof buf); in BIO_dump_indent_cb()
117 BUF_strlcat(buf, tmp, sizeof buf); in BIO_dump_indent_cb()
120 BUF_strlcat(buf, " ", sizeof buf); in BIO_dump_indent_cb()
134 BUF_strlcat(buf, tmp, sizeof buf); in BIO_dump_indent_cb()
136 BUF_strlcat(buf, "\n", sizeof buf); in BIO_dump_indent_cb()
/dports/security/openssl-unsafe/openssl-c9ba19c/doc/crypto/
H A Dbuffer.pod8 BUF_strdup, BUF_strndup, BUF_memdup, BUF_strlcpy, BUF_strlcat -
29 size_t BUF_strlcat(char *dst, const char *src, size_t size);
48 BUF_strlcat() and BUF_strnlen are equivalents of the standard C
/dports/lang/mono/mono-5.10.1.57/external/boringssl/crypto/pem/
H A Dpem_lib.c92 BUF_strlcat(buf, "Proc-Type: 4,", PEM_BUFSIZE); in PEM_proc_type()
93 BUF_strlcat(buf, str, PEM_BUFSIZE); in PEM_proc_type()
94 BUF_strlcat(buf, "\n", PEM_BUFSIZE); in PEM_proc_type()
103 BUF_strlcat(buf, "DEK-Info: ", PEM_BUFSIZE); in PEM_dek_info()
104 BUF_strlcat(buf, type, PEM_BUFSIZE); in PEM_dek_info()
105 BUF_strlcat(buf, ",", PEM_BUFSIZE); in PEM_dek_info()
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/pem/
H A Dpem_lib.c134 BUF_strlcat(buf,"Proc-Type: 4,",PEM_BUFSIZE); in PEM_proc_type()
135 BUF_strlcat(buf,str,PEM_BUFSIZE); in PEM_proc_type()
136 BUF_strlcat(buf,"\n",PEM_BUFSIZE); in PEM_proc_type()
145 BUF_strlcat(buf,"DEK-Info: ",PEM_BUFSIZE); in PEM_dek_info()
146 BUF_strlcat(buf,type,PEM_BUFSIZE); in PEM_dek_info()
147 BUF_strlcat(buf,",",PEM_BUFSIZE); in PEM_dek_info()
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/pem/
H A Dpem_lib.c133 BUF_strlcat(buf, "Proc-Type: 4,", PEM_BUFSIZE); in PEM_proc_type()
134 BUF_strlcat(buf, str, PEM_BUFSIZE); in PEM_proc_type()
135 BUF_strlcat(buf, "\n", PEM_BUFSIZE); in PEM_proc_type()
144 BUF_strlcat(buf, "DEK-Info: ", PEM_BUFSIZE); in PEM_dek_info()
145 BUF_strlcat(buf, type, PEM_BUFSIZE); in PEM_dek_info()
146 BUF_strlcat(buf, ",", PEM_BUFSIZE); in PEM_dek_info()
/dports/lang/mono/mono-5.10.1.57/external/boringssl/crypto/x509v3/
H A Dv3_info.c139 BUF_strlcat(ntmp, " - ", nlen);
140 BUF_strlcat(ntmp, vtmp->name, nlen);
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/x509v3/
H A Dv3_info.c125 BUF_strlcat(ntmp, " - ", nlen);
126 BUF_strlcat(ntmp, vtmp->name, nlen);
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/rand/
H A Drandfile.c285 BUF_strlcat(buf,"/",size); in RAND_file_name()
287 BUF_strlcat(buf,RFILE,size); in RAND_file_name()
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/x509v3/
H A Dv3_info.c134 BUF_strlcat(ntmp, " - ", nlen);
135 BUF_strlcat(ntmp, vtmp->name, nlen);
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/rand/
H A Drandfile.c302 BUF_strlcat(buf, "/", size); in RAND_file_name()
304 BUF_strlcat(buf, RFILE, size); in RAND_file_name()
/dports/sysutils/shim/shim-0.9/Cryptlib/OpenSSL/crypto/x509v3/
H A Dv3_info.c134 BUF_strlcat(ntmp, " - ", nlen);
135 BUF_strlcat(ntmp, vtmp->name, nlen);
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/crypto/pem/
H A Dpem_lib.c133 BUF_strlcat(buf, "Proc-Type: 4,", PEM_BUFSIZE); in PEM_proc_type()
134 BUF_strlcat(buf, str, PEM_BUFSIZE); in PEM_proc_type()
135 BUF_strlcat(buf, "\n", PEM_BUFSIZE); in PEM_proc_type()
144 BUF_strlcat(buf, "DEK-Info: ", PEM_BUFSIZE); in PEM_dek_info()
145 BUF_strlcat(buf, type, PEM_BUFSIZE); in PEM_dek_info()
146 BUF_strlcat(buf, ",", PEM_BUFSIZE); in PEM_dek_info()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/crypto/pem/
H A Dpem_lib.c133 BUF_strlcat(buf, "Proc-Type: 4,", PEM_BUFSIZE); in PEM_proc_type()
134 BUF_strlcat(buf, str, PEM_BUFSIZE); in PEM_proc_type()
135 BUF_strlcat(buf, "\n", PEM_BUFSIZE); in PEM_proc_type()
144 BUF_strlcat(buf, "DEK-Info: ", PEM_BUFSIZE); in PEM_dek_info()
145 BUF_strlcat(buf, type, PEM_BUFSIZE); in PEM_dek_info()
146 BUF_strlcat(buf, ",", PEM_BUFSIZE); in PEM_dek_info()
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/pem/
H A Dpem_lib.c133 BUF_strlcat(buf, "Proc-Type: 4,", PEM_BUFSIZE); in PEM_proc_type()
134 BUF_strlcat(buf, str, PEM_BUFSIZE); in PEM_proc_type()
135 BUF_strlcat(buf, "\n", PEM_BUFSIZE); in PEM_proc_type()
144 BUF_strlcat(buf, "DEK-Info: ", PEM_BUFSIZE); in PEM_dek_info()
145 BUF_strlcat(buf, type, PEM_BUFSIZE); in PEM_dek_info()
146 BUF_strlcat(buf, ",", PEM_BUFSIZE); in PEM_dek_info()
/dports/security/openssl-unsafe/openssl-c9ba19c/crypto/pem/
H A Dpem_lib.c145 BUF_strlcat(buf, "Proc-Type: 4,", PEM_BUFSIZE); in PEM_proc_type()
146 BUF_strlcat(buf, str, PEM_BUFSIZE); in PEM_proc_type()
147 BUF_strlcat(buf, "\n", PEM_BUFSIZE); in PEM_proc_type()
156 BUF_strlcat(buf, "DEK-Info: ", PEM_BUFSIZE); in PEM_dek_info()
157 BUF_strlcat(buf, type, PEM_BUFSIZE); in PEM_dek_info()
158 BUF_strlcat(buf, ",", PEM_BUFSIZE); in PEM_dek_info()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/crypto/x509v3/
H A Dv3_info.c135 BUF_strlcat(ntmp, " - ", nlen);
136 BUF_strlcat(ntmp, vtmp->name, nlen);
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/crypto/x509v3/
H A Dv3_info.c135 BUF_strlcat(ntmp, " - ", nlen);
136 BUF_strlcat(ntmp, vtmp->name, nlen);
/dports/security/openssl-legacy-static/openssl-1.0.2u/crypto/x509v3/
H A Dv3_info.c135 BUF_strlcat(ntmp, " - ", nlen);
136 BUF_strlcat(ntmp, vtmp->name, nlen);
/dports/devel/godot2-tools/godot-2.1.6-stable/thirdparty/openssl/crypto/rand/
H A Drandfile.c345 BUF_strlcat(buf, "/", size); in RAND_file_name()
347 BUF_strlcat(buf, RFILE, size); in RAND_file_name()
/dports/devel/godot2/godot-2.1.6-stable/thirdparty/openssl/crypto/rand/
H A Drandfile.c345 BUF_strlcat(buf, "/", size); in RAND_file_name()
347 BUF_strlcat(buf, RFILE, size); in RAND_file_name()

123456789