Searched refs:has_algo (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ | ||
H A D | bpf_crypto.h | 9 int (*has_algo)(const char *algo); member |
/linux/kernel/bpf/ | ||
H A D | crypto.c | 164 if (!type->has_algo(params->algo)) { in bpf_crypto_ctx_create() |