Home
last modified time | relevance | path

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

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