Searched refs:salg_type (Results 1 – 4 of 4) sorted by relevance
21 __u8 salg_type[14]; member37 __u8 salg_type[14]; member
166 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()
110 .salg_type = "hash", /* this selects the hash logic in the kernel */115 The salg_type value "hash" applies to message digests and keyed message149 .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 */
118 .salg_type = "hash", in tag_from_alg()