Searched refs:BUF_MEM_grow (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/buffer/
H A Dbuffer.h85 int BUF_MEM_grow(BUF_MEM *str, size_t len);
H A Dbuffer.c97 int BUF_MEM_grow(BUF_MEM *str, size_t len) function
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_obj.c92 if (!BUF_MEM_grow(b, 200))
176 if (!BUF_MEM_grow(b, l + 1))
H A Dby_dir.c308 if (!BUF_MEM_grow(b, j)) {
/freebsd-11-stable/crypto/openssl/apps/
H A Dasn1pars.c253 if (!BUF_MEM_grow(buf, BUFSIZ * 8))
279 if (!BUF_MEM_grow(buf, (int)num + BUFSIZ))
406 if (!BUF_MEM_grow(buf, len))
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dx_name.c229 if (!BUF_MEM_grow(nm.x->bytes, p - q))
316 if (!BUF_MEM_grow(a->bytes, len))
/freebsd-11-stable/crypto/openssl/crypto/pem/
H A Dpem_lib.c711 if (!BUF_MEM_grow(nameB, i + 9)) {
721 if (!BUF_MEM_grow(headerB, 256)) {
738 if (!BUF_MEM_grow(headerB, hl + i + 9)) {
752 if (!BUF_MEM_grow(dataB, 1024)) {
/freebsd-11-stable/crypto/openssl/crypto/conf/
H A Dconf_def.c254 if (!BUF_MEM_grow(buff, bufnum + CONFBUFSIZE)) {
490 if (!BUF_MEM_grow(buf, len))
/freebsd-11-stable/crypto/openssl/crypto/txt_db/
H A Dtxt_db.c86 if (!BUF_MEM_grow(buf, size))
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds23_srvr.c190 if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) {
H A Ds23_clnt.c194 if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) {
H A Dd1_srvr.c248 if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) {
H A Dd1_clnt.c246 if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) {
H A Ds2_srvr.c195 if (!BUF_MEM_grow
H A Ds2_clnt.c187 if (!BUF_MEM_grow(buf, SSL2_MAX_RECORD_LENGTH_3_BYTE_HEADER)) {
H A Ds3_srvr.c280 if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) {
3505 if (!BUF_MEM_grow(s->init_buf,
3613 if (!BUF_MEM_grow(s->init_buf, SSL_HM_HEADER_LENGTH(s) + msglen)) {
H A Ds3_clnt.c255 if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH)) {
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man989 MLINKS+= buffer.3 BUF_MEM_grow.3

Completed in 142 milliseconds