Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/ !
Dif_alg.h21 __u8 salg_type[14]; member
37 __u8 salg_type[14]; member
/linux-5.19.10/crypto/ !
Daf_alg.c166 sa->salg_type[sizeof(sa->salg_type) - 1] = 0; in alg_bind()
169 type = alg_get_type(sa->salg_type); in alg_bind()
171 request_module("algif-%s", sa->salg_type); in alg_bind()
172 type = alg_get_type(sa->salg_type); in alg_bind()
/linux-5.19.10/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 random number generator */
/linux-5.19.10/tools/testing/selftests/bpf/ !
Dtest_tag.c118 .salg_type = "hash", in tag_from_alg()