Home
last modified time | relevance | path

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

/linux-4.4.14/crypto/
Daf_alg.c166 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()
/linux-4.4.14/include/uapi/linux/
Dif_alg.h20 __u8 salg_type[14]; member