Home
last modified time | relevance | path

Searched refs:alloc_tfm (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dbpf_crypto.h7 void *(*alloc_tfm)(const char *algo); member
/linux/kernel/bpf/
H A Dcrypto.c186 ctx->tfm = type->alloc_tfm(params->algo); in bpf_crypto_ctx_create()