Searched refs:tls_rec (Results 1 – 2 of 2) sorted by relevance
284 struct tls_rec *rec = ctx->open_rec; in tls_trim_both_msgs()296 struct tls_rec *rec = ctx->open_rec; in tls_alloc_encrypted_msg()307 struct tls_rec *rec = ctx->open_rec; in tls_clone_plaintext_msg()326 static struct tls_rec *tls_get_rec(struct sock *sk) in tls_get_rec()332 struct tls_rec *rec; in tls_get_rec()335 mem_size = sizeof(struct tls_rec) + crypto_aead_reqsize(ctx->aead_send); in tls_get_rec()358 static void tls_free_rec(struct sock *sk, struct tls_rec *rec) in tls_free_rec()369 struct tls_rec *rec = ctx->open_rec; in tls_free_open_rec()381 struct tls_rec *rec, *tmp; in tls_tx_records()387 struct tls_rec, list); in tls_tx_records()[all …]
97 struct tls_rec { struct133 struct tls_rec *open_rec; argument426 struct tls_rec *rec; in is_tx_ready()428 rec = list_first_entry(&ctx->tx_list, struct tls_rec, list); in is_tx_ready()