Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Daf_alg.c33 static struct proto alg_proto = { variable
281 sk2 = sk_alloc(sock_net(sk), PF_ALG, GFP_KERNEL, &alg_proto); in af_alg_accept()
370 sk = sk_alloc(net, PF_ALG, GFP_KERNEL, &alg_proto); in alg_create()
508 int err = proto_register(&alg_proto, 0); in af_alg_init()
521 proto_unregister(&alg_proto); in af_alg_init()
528 proto_unregister(&alg_proto); in af_alg_exit()