Searched refs:aead_size (Results 1 – 1 of 1) sorted by relevance
197 int aead_size; in tls_decrypt_done() local199 aead_size = sizeof(*aead_req) + crypto_aead_reqsize(aead); in tls_decrypt_done()200 aead_size = ALIGN(aead_size, __alignof__(*dctx)); in tls_decrypt_done()201 dctx = (void *)((u8 *)aead_req + aead_size); in tls_decrypt_done()1448 int n_sgin, n_sgout, aead_size, err, pages = 0; in tls_decrypt_sg() local1492 aead_size = sizeof(*aead_req) + crypto_aead_reqsize(ctx->aead_recv); in tls_decrypt_sg()1493 aead_size = ALIGN(aead_size, __alignof__(*dctx)); in tls_decrypt_sg()1494 mem = kmalloc(aead_size + struct_size(dctx, sg, n_sgin + n_sgout), in tls_decrypt_sg()1503 dctx = (struct tls_decrypt_ctx *)(mem + aead_size); in tls_decrypt_sg()