Home
last modified time | relevance | path

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

/Linux-v5.4/include/crypto/
Dif_alg.h54 struct proto_ops *ops_nokey; member
/Linux-v5.4/crypto/
Daf_alg.c75 if (type->ops_nokey) in af_alg_register_type()
76 type->ops_nokey->owner = THIS_MODULE; in af_alg_register_type()
313 newsock->ops = type->ops_nokey; in af_alg_accept()
Dalgif_skcipher.c386 .ops_nokey = &algif_skcipher_ops_nokey,
Dalgif_hash.c470 .ops_nokey = &algif_hash_ops_nokey,
Dalgif_aead.c597 .ops_nokey = &algif_aead_ops_nokey,