Home
last modified time | relevance | path

Searched refs:BIO_vsnprintf (Results 1 – 10 of 10) sorted by relevance

/openssl/doc/man3/
H A DBIO_printf.pod5 BIO_printf, BIO_vprintf, BIO_snprintf, BIO_vsnprintf
16 int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args);
33 BIO_vsnprintf() is to BIO_snprintf() as BIO_vprintf() is to BIO_printf().
38 For BIO_snprintf() and BIO_vsnprintf() this includes when the output
43 Except when I<n> is 0, both BIO_snprintf() and BIO_vsnprintf() always
/openssl/crypto/err/
H A Derr_blocks.c90 printed_len = BIO_vsnprintf(buf, buf_size, fmt, args); in ERR_vset_error()
/openssl/crypto/bio/
H A Dbio_print.c931 ret = BIO_vsnprintf(buf, n, format, args); in BIO_snprintf()
937 int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args) in BIO_vsnprintf() function
/openssl/crypto/cmp/
H A Dcmp_ctx.c376 if (BIO_vsnprintf(hugebuf + printed, in ossl_cmp_print_log()
384 if (BIO_vsnprintf(hugebuf, sizeof(hugebuf), format, args) > 0) in ossl_cmp_print_log()
/openssl/doc/man7/
H A Dprovider-base.pod71 int BIO_vsnprintf(char *buf, size_t n, const char *fmt, va_list args);
177 BIO_vsnprintf OSSL_FUNC_BIO_VSNPRINTF
267 BIO_vsnprintf().
302 BIO_free(), BIO_vprintf(), BIO_vsnprintf(), BIO_gets(), BIO_puts(),
/openssl/crypto/
H A Dprovider_core.c1937 OSSL_FUNC_BIO_vsnprintf_fn BIO_vsnprintf; variable
2267 { OSSL_FUNC_BIO_VSNPRINTF, (void (*)(void))BIO_vsnprintf },
/openssl/include/openssl/
H A Dcore_dispatch.h175 OSSL_CORE_MAKE_FUNC(int, BIO_vsnprintf,
H A Dbio.h.in937 int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args)
/openssl/util/
H A Dlibcrypto.num902 BIO_vsnprintf 926 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md17037 * Added BIO_vprintf() and BIO_vsnprintf().

Completed in 94 milliseconds