Home
last modified time | relevance | path

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

/crypto/
Dcompress.c38 struct compress_tfm *ops = &tfm->crt_compress; in crypto_init_compress_ops() local
40 ops->cot_compress = crypto_compress; in crypto_init_compress_ops()
41 ops->cot_decompress = crypto_decompress; in crypto_init_compress_ops()
Dcipher.c108 struct cipher_tfm *ops = &tfm->crt_cipher; in crypto_init_cipher_ops() local
111 ops->cit_setkey = setkey; in crypto_init_cipher_ops()
112 ops->cit_encrypt_one = crypto_tfm_alg_alignmask(tfm) ? in crypto_init_cipher_ops()
114 ops->cit_decrypt_one = crypto_tfm_alg_alignmask(tfm) ? in crypto_init_cipher_ops()
Drng.c55 struct rng_tfm *ops = &tfm->crt_rng; in crypto_init_rng_ops() local
57 ops->rng_gen_random = alg->rng_make_random; in crypto_init_rng_ops()
58 ops->rng_reset = rngapi_reset; in crypto_init_rng_ops()
Daf_alg.c77 type->ops->owner = THIS_MODULE; in af_alg_register_type()
259 newsock->ops = type->ops; in af_alg_accept()
322 sock->ops = &alg_proto_ops; in alg_create()
Dalgif_hash.c305 .ops = &algif_hash_ops,
Dalgif_skcipher.c615 .ops = &algif_skcipher_ops,