Searched refs:salg_name (Results 1 – 7 of 7) sorted by relevance
24 __u8 salg_name[64]; member40 __u8 salg_name[]; member
24 __u8 salg_name[64]; member
158 BUILD_BUG_ON(offsetof(struct sockaddr_alg_new, salg_name) != in alg_bind()159 offsetof(struct sockaddr_alg, salg_name)); in alg_bind()160 BUILD_BUG_ON(offsetof(struct sockaddr_alg, salg_name) != sizeof(*sa)); in alg_bind()170 sa->salg_name[addr_len - sizeof(*sa) - 1] = 0; in alg_bind()181 private = type->bind(sa->salg_name, sa->salg_feat, sa->salg_mask); in alg_bind()
111 .salg_name = "sha1" /* this is the cipher name */117 salg_name. Please see below for the setsockopt interface that explains150 .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 */
231 strncpy((char *)addr.salg_name, alg_name, sizeof(addr.salg_name) - 1); in get_alg_fd()
119 .salg_name = "sha1", in tag_from_alg()