Home
last modified time | relevance | path

Searched refs:salg_name (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Dif_alg.h24 __u8 salg_name[64]; member
40 __u8 salg_name[]; member
/linux-6.15/tools/testing/selftests/arm64/fp/
H A Dkernel-test.c163 strncpy((char *)addr.salg_name, alg_name, in create_socket()
164 sizeof(addr.salg_name) - 1); in create_socket()
169 addr.salg_name, strerror(errno), errno); in create_socket()
176 addr.salg_name, strerror(errno), errno); in create_socket()
/linux-6.15/crypto/
H A Daf_alg.c161 BUILD_BUG_ON(offsetof(struct sockaddr_alg_new, salg_name) != in alg_bind()
162 offsetof(struct sockaddr_alg, salg_name)); in alg_bind()
163 BUILD_BUG_ON(offsetof(struct sockaddr_alg, salg_name) != sizeof(*sa)); in alg_bind()
173 sa->salg_name[addr_len - sizeof(*sa) - 1] = 0; in alg_bind()
184 private = type->bind(sa->salg_name, sa->salg_feat, sa->salg_mask); in alg_bind()
/linux-6.15/Documentation/crypto/
H A Duserspace-if.rst111 .salg_name = "sha1" /* this is the cipher name */
117 salg_name. Please see below for the setsockopt interface that explains
150 .salg_name = "cbc(aes)" /* this is the cipher name */
204 .salg_name = "gcm(aes)" /* this is the cipher name */
300 .salg_name = "drbg_nopr_sha256" /* this is the RNG name */
/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_tag.c119 .salg_name = "sha1", in tag_from_alg()
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dcrypto_sanity.c25 .salg_name = "ecb(aes)" in init_afalg()