Home
last modified time | relevance | path

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

/Linux-v4.19/include/crypto/
Dif_alg.h59 struct proto_ops *ops_nokey; member
/Linux-v4.19/crypto/
Daf_alg.c80 if (type->ops_nokey) in af_alg_register_type()
81 type->ops_nokey->owner = THIS_MODULE; in af_alg_register_type()
318 newsock->ops = type->ops_nokey; in af_alg_accept()
Dalgif_skcipher.c390 .ops_nokey = &algif_skcipher_ops_nokey,
Dalgif_hash.c475 .ops_nokey = &algif_hash_ops_nokey,
Dalgif_aead.c601 .ops_nokey = &algif_aead_ops_nokey,