Home
last modified time | relevance | path

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

/linux-2.6.39/crypto/
Daf_alg.c141 sa->salg_type[sizeof(sa->salg_type) - 1] = 0; in alg_bind()
144 type = alg_get_type(sa->salg_type); in alg_bind()
146 request_module("algif-%s", sa->salg_type); in alg_bind()
147 type = alg_get_type(sa->salg_type); in alg_bind()
/linux-2.6.39/include/linux/
Dif_alg.h20 __u8 salg_type[14]; member