Home
last modified time | relevance | path

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

/openbmc/linux/net/tls/
H A Dtls.h264 int tls_push_partial_record(struct sock *sk, struct tls_context *ctx,
H A Dtls_device.c458 rc = tls_push_partial_record(sk, tls_ctx, flags); in tls_push_data()
692 tls_push_partial_record(sk, ctx, in tls_device_write_space()
H A Dtls_main.c272 int tls_push_partial_record(struct sock *sk, struct tls_context *ctx, in tls_push_partial_record() function
H A Dtls_sw.c424 rc = tls_push_partial_record(sk, tls_ctx, tx_flags); in tls_tx_records()