Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_alg.h21 __u8 salg_type[14]; member
37 __u8 salg_type[14]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_alg.h21 __u8 salg_type[14]; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_alg.h21 __u8 salg_type[14]; member
/OK3568_Linux_fs/kernel/crypto/
H A Daf_alg.c169 sa->salg_type[sizeof(sa->salg_type) - 1] = 0; in alg_bind()
172 type = alg_get_type(sa->salg_type); in alg_bind()
174 request_module("algif-%s", sa->salg_type); in alg_bind()
175 type = alg_get_type(sa->salg_type); in alg_bind()
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A 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 */
/OK3568_Linux_fs/kernel/samples/crypto/
H A Dfips140_lab_util.c230 strncpy((char *)addr.salg_type, alg_type, sizeof(addr.salg_type) - 1); in get_alg_fd()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_tag.c118 .salg_type = "hash", in tag_from_alg()