Home
last modified time | relevance | path

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

/linux/net/tls/
H A Dtls_sw.c198 int aead_size; in tls_decrypt_done() local
211 aead_size = sizeof(*aead_req) + crypto_aead_reqsize(aead); in tls_decrypt_done()
212 aead_size = ALIGN(aead_size, __alignof__(*dctx)); in tls_decrypt_done()
213 dctx = (void *)((u8 *)aead_req + aead_size); in tls_decrypt_done()
1258 int n_sgin, n_sgout, aead_size, err, pages = 0; in tls_sw_sendmsg_locked()
1302 aead_size = sizeof(*aead_req) + crypto_aead_reqsize(ctx->aead_recv); in tls_sw_sendmsg()
1303 aead_size = ALIGN(aead_size, __alignof__(*dctx)); in tls_sw_sendmsg()
1304 mem = kmalloc(aead_size in tls_sw_sendmsg()
1543 int n_sgin, n_sgout, aead_size, err, pages = 0; tls_decrypt_sg() local
[all...]