Searched refs:alloc_tfm (Results 1 – 3 of 3) sorted by relevance
7 void *(*alloc_tfm)(const char *algo); member
56 .alloc_tfm = bpf_crypto_lskcipher_alloc_tfm,
186 ctx->tfm = type->alloc_tfm(params->algo); in bpf_crypto_ctx_create()