Searched refs:alloc_tfm (Results 1 – 2 of 2) sorted by relevance
| /linux/include/linux/ | ||
| H A D | bpf_crypto.h | 7 void *(*alloc_tfm)(const char *algo); member |
| /linux/kernel/bpf/ | ||
| H A D | crypto.c | 186 ctx->tfm = type->alloc_tfm(params->algo); in bpf_crypto_ctx_create() |