Home
last modified time | relevance | path

Searched refs:tls_strp_msg_hold (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/net/tls/
H A Dtls.h198 int tls_strp_msg_hold(struct tls_strparser *strp, struct sk_buff_head *dst);
H A Dtls_strp.c144 int tls_strp_msg_hold(struct tls_strparser *strp, struct sk_buff_head *dst) in tls_strp_msg_hold() function
H A Dtls_sw.c1610 err = tls_strp_msg_hold(&ctx->strp, &ctx->async_hold); in tls_decrypt_sg()