Home
last modified time | relevance | path

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

/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.c1156 return s->rlayer.record_padding_cb(ssl, type, len, in rlayer_padding_wrapper()
1405 if (s->rlayer.record_padding_cb == NULL) in ssl_set_new_record_layer()
/openssl/ssl/
H A Dssl_lib.c792 s->rlayer.record_padding_cb = ctx->record_padding_cb; in ossl_ssl_connection_new_int()
5828 ctx->record_padding_cb = cb; in SSL_CTX_set_record_padding_callback()
5882 sc->rlayer.record_padding_cb = cb; in SSL_set_record_padding_callback()
H A Dssl_local.h1122 size_t (*record_padding_cb)(SSL *s, int type, size_t len, void *arg); member

Completed in 43 milliseconds