Home
last modified time | relevance | path

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

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