Home
last modified time | relevance | path

Searched refs:record_padding_cb (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/ssl/record/
H A Drecord.h113 size_t (*record_padding_cb)(SSL *s, int type, size_t len, void *arg); member
H A Drec_layer_s3.c1164 return s->rlayer.record_padding_cb(ssl, type, len, in rlayer_padding_wrapper()
1412 if (s->rlayer.record_padding_cb == NULL) in ssl_set_new_record_layer()
/freebsd/crypto/openssl/ssl/
H A Dssl_lib.c792 s->rlayer.record_padding_cb = ctx->record_padding_cb; in ossl_ssl_connection_new_int()
5916 ctx->record_padding_cb = cb; in SSL_CTX_set_record_padding_callback()
5970 sc->rlayer.record_padding_cb = cb; in SSL_set_record_padding_callback()
H A Dssl_local.h1133 size_t (*record_padding_cb)(SSL *s, int type, size_t len, void *arg); member