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

/linux-master/net/tls/
H A Dtls_sw.c198 int aead_size; local
211 aead_size = sizeof(*aead_req) + crypto_aead_reqsize(aead);
212 aead_size = ALIGN(aead_size, __alignof__(*dctx));
213 dctx = (void *)((u8 *)aead_req + aead_size);
1468 int n_sgin, n_sgout, aead_size, err, pages = 0; local
1512 aead_size = sizeof(*aead_req) + crypto_aead_reqsize(ctx->aead_recv);
1513 aead_size = ALIGN(aead_size, __alignof__(*dctx));
1514 mem = kmalloc(aead_size
[all...]

Completed in 82 milliseconds