Home
last modified time | relevance | path

Searched refs:salg_type (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dif_alg.h21 __u8 salg_type[14]; member
/Linux-v5.4/crypto/
Daf_alg.c168 sa->salg_type[sizeof(sa->salg_type) - 1] = 0; in alg_bind()
171 type = alg_get_type(sa->salg_type); in alg_bind()
173 request_module("algif-%s", sa->salg_type); in alg_bind()
174 type = alg_get_type(sa->salg_type); in alg_bind()
/Linux-v5.4/Documentation/crypto/
Duserspace-if.rst110 .salg_type = "hash", /* this selects the hash logic in the kernel */
115 The salg_type value "hash" applies to message digests and keyed message
149 .salg_type = "skcipher", /* this selects the symmetric cipher */
203 .salg_type = "aead", /* this selects the symmetric cipher */
299 .salg_type = "rng", /* this selects the symmetric cipher */
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_tag.c118 .salg_type = "hash", in tag_from_alg()