Searched refs:tls_rec (Results 1 – 2 of 2) sorted by relevance
269 struct tls_rec *rec = ctx->open_rec; in tls_trim_both_msgs()281 struct tls_rec *rec = ctx->open_rec; in tls_alloc_encrypted_msg()292 struct tls_rec *rec = ctx->open_rec; in tls_clone_plaintext_msg()311 static struct tls_rec *tls_get_rec(struct sock *sk) in tls_get_rec()317 struct tls_rec *rec; in tls_get_rec()320 mem_size = sizeof(struct tls_rec) + crypto_aead_reqsize(ctx->aead_send); in tls_get_rec()343 static void tls_free_rec(struct sock *sk, struct tls_rec *rec) in tls_free_rec()354 struct tls_rec *rec = ctx->open_rec; in tls_free_open_rec()366 struct tls_rec *rec, *tmp; in tls_tx_records()372 struct tls_rec, list); in tls_tx_records()[all …]
121 struct tls_rec { struct158 struct tls_rec *open_rec; argument418 struct tls_rec *rec; in is_tx_ready()420 rec = list_first_entry(&ctx->tx_list, struct tls_rec, list); in is_tx_ready()