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

/openbsd-current/lib/libcrypto/hidden/openssl/
H A Dbuffer.h30 LCRYPTO_USED(BUF_MEM_grow); variable
/openbsd-current/lib/libcrypto/buffer/
H A Dbuffer.h82 int BUF_MEM_grow(BUF_MEM *str, size_t len);
H A Dbuffer.c99 BUF_MEM_grow(BUF_MEM *str, size_t len) function
103 LCRYPTO_ALIAS(BUF_MEM_grow); variable
/openbsd-current/lib/libcrypto/x509/
H A Dx509_obj.c87 if (!BUF_MEM_grow(b, 200))
141 if (!BUF_MEM_grow(b, l + 1))
H A Dby_dir.c308 if (!BUF_MEM_grow(b, j)) {
/openbsd-current/usr.bin/openssl/
H A Dasn1pars.c304 if (!BUF_MEM_grow(buf, BUFSIZ * 8))
326 if (!BUF_MEM_grow(buf, (int) num + BUFSIZ))
446 if (!BUF_MEM_grow(buf, len))
/openbsd-current/lib/libcrypto/pem/
H A Dpem_lib.c713 if (!BUF_MEM_grow(nameB, i + 9)) {
723 if (!BUF_MEM_grow(headerB, 256)) {
740 if (!BUF_MEM_grow(headerB, hl + i + 9)) {
754 if (!BUF_MEM_grow(dataB, 1024)) {
/openbsd-current/lib/libcrypto/conf/
H A Dconf_def.c255 if (!BUF_MEM_grow(buff, bufnum + CONFBUFSIZE)) {
469 if (!BUF_MEM_grow(buf, len))
/openbsd-current/lib/libcrypto/asn1/
H A Dx_name.c326 if (!BUF_MEM_grow(nm.x->bytes, p - q))
425 if (!BUF_MEM_grow(a->bytes, len))
/openbsd-current/lib/libcrypto/txt_db/
H A Dtxt_db.c85 if (!BUF_MEM_grow(buf, size))
/openbsd-current/lib/libssl/
H A Dssl_both.c465 if (!BUF_MEM_grow(buf, SSL3_RT_MAX_PLAIN_LENGTH))

Completed in 114 milliseconds