Home
last modified time | relevance | path

Searched refs:ssl3_read_bytes (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/crypto/openssl/ssl/record/
H A Drecord.h219 __owur int ssl3_read_bytes(SSL *s, int type, int *recvd_type,
H A Drec_layer_s3.c1286 int ssl3_read_bytes(SSL *s, int type, int *recvd_type, unsigned char *buf, in ssl3_read_bytes() function
/freebsd-14.2/crypto/openssl/doc/man3/
H A DERR_put_error.pod81 descriptions. For example, the function ssl3_read_bytes() reports a
/freebsd-14.2/crypto/openssl/ssl/
H A Dssl_local.h2259 ssl3_read_bytes, \
2296 ssl3_read_bytes, \
/freebsd-14.2/crypto/openssl/
H A DCHANGES.md14987 ssl3_read_bytes() found application data while handshake
15092 * Fix ssl3_read_bytes (ssl/s3_pkt.c): To ignore messages of unknown
15783 A 'peek' parameter has also been added to ssl3_read_bytes, which