summaryrefslogtreecommitdiff
path: root/crypto/algif_aead.c
diff options
context:
space:
mode:
authorMartin KaFai Lau <martin.lau@kernel.org>2024-04-24 13:23:43 -0700
committerMartin KaFai Lau <martin.lau@kernel.org>2024-04-24 16:01:10 -0700
commitf5375ee068e601a5f7d593d212b49ef8ffc2085a (patch)
tree7b8395c77650f513dc717975a529864e2424df99 /crypto/algif_aead.c
parent5d02f9af7a1ffc7d3f11da77e2cd9cb878d403c9 (diff)
parent4c5a4f2c8195a962d8964b145b2e7609ae5cee15 (diff)
downloadlinux-crypto-f5375ee068e601a5f7d593d212b49ef8ffc2085a.tar.gz
linux-crypto-f5375ee068e601a5f7d593d212b49ef8ffc2085a.zip
Merge branch 'BPF crypto API framework'
Vadim Fedorenko says: ==================== This series introduces crypto kfuncs to make BPF programs able to utilize kernel crypto subsystem. Crypto operations made pluggable to avoid extensive growth of kernel when it's not needed. Only skcipher is added within this series, but it can be easily extended to other types of operations. No hardware offload supported as it needs sleepable context which is not available for TX or XDP programs. At the same time crypto context initialization kfunc can only run in sleepable context, that's why it should be run separately and store the result in the map. Selftests show the common way to implement crypto actions in BPF programs. Benchmark is also added to have a baseline. ==================== Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
Diffstat (limited to 'crypto/algif_aead.c')
0 files changed, 0 insertions, 0 deletions