Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dif_alg.h24 __u8 salg_name[64]; member
/Linux-v4.19/Documentation/crypto/
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 cipher name */
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_tag.c119 .salg_name = "sha1", in tag_from_alg()
/Linux-v4.19/crypto/
Daf_alg.c172 sa->salg_name[sizeof(sa->salg_name) + addr_len - sizeof(*sa) - 1] = 0; in alg_bind()
183 private = type->bind(sa->salg_name, sa->salg_feat, sa->salg_mask); in alg_bind()