Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dbpf_crypto.h9 int (*has_algo)(const char *algo); member
/linux-6.12.1/crypto/
Dbpf_crypto_skcipher.c58 .has_algo = bpf_crypto_lskcipher_has_algo,
/linux-6.12.1/kernel/bpf/
Dcrypto.c164 if (!type->has_algo(params->algo)) { in bpf_crypto_ctx_create()