Home
last modified time | relevance | path

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

/openbmc/linux/include/crypto/
H A Dif_alg.h53 struct proto_ops *ops_nokey; member
/openbmc/linux/crypto/
H A 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()
H A Dalgif_skcipher.c356 .ops_nokey = &algif_skcipher_ops_nokey,
H A Dalgif_hash.c456 .ops_nokey = &algif_hash_ops_nokey,
H A Dalgif_aead.c573 .ops_nokey = &algif_aead_ops_nokey,