Searched refs:BIO_buffer_peek (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/util/ |
H A D | missingmacro.txt | 15 BIO_buffer_peek(3)
|
H A D | missingmacro111.txt | 18 BIO_buffer_peek(3)
|
/freebsd/crypto/openssl/engines/ |
H A D | e_loader_attic.c | 938 if (BIO_buffer_peek(ctx->_.file.file, peekbuf, sizeof(peekbuf) - 1) > 0) { in file_find_type() 1353 if (BIO_buffer_peek(bp, peekbuf, sizeof(peekbuf)) <= 0) in file_try_read_msblob() 1388 if (BIO_buffer_peek(bp, peekbuf, sizeof(peekbuf)) <= 0) in file_try_read_PVK()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 571 # define BIO_buffer_peek(b,s,l) BIO_ctrl(b,BIO_CTRL_PEEK,(l),(s)) macro
|
H A D | bio.h.in | 548 # define BIO_buffer_peek(b,s,l) BIO_ctrl(b,BIO_CTRL_PEEK,(l),(s)) macro
|