Home
last modified time | relevance | path

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

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