Searched refs:record_padding_cb (Results 1 – 4 of 4) sorted by relevance
113 size_t (*record_padding_cb)(SSL *s, int type, size_t len, void *arg); member
1156 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()
792 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()
1122 size_t (*record_padding_cb)(SSL *s, int type, size_t len, void *arg); member
Completed in 43 milliseconds