Home
last modified time | relevance | path

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

/Linux-v6.6/include/crypto/
Dif_alg.h53 struct proto_ops *ops_nokey; member
/Linux-v6.6/crypto/
Daf_alg.c79 if (type->ops_nokey) in af_alg_register_type()
80 type->ops_nokey->owner = THIS_MODULE; in af_alg_register_type()
460 newsock->ops = type->ops_nokey; in af_alg_accept()
Dalgif_skcipher.c356 .ops_nokey = &algif_skcipher_ops_nokey,
Dalgif_hash.c455 .ops_nokey = &algif_hash_ops_nokey,
Dalgif_aead.c573 .ops_nokey = &algif_aead_ops_nokey,