Searched refs:ops (Results 1 – 6 of 6) sorted by relevance
38 struct compress_tfm *ops = &tfm->crt_compress; in crypto_init_compress_ops() local40 ops->cot_compress = crypto_compress; in crypto_init_compress_ops()41 ops->cot_decompress = crypto_decompress; in crypto_init_compress_ops()
108 struct cipher_tfm *ops = &tfm->crt_cipher; in crypto_init_cipher_ops() local111 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()
55 struct rng_tfm *ops = &tfm->crt_rng; in crypto_init_rng_ops() local57 ops->rng_gen_random = alg->rng_make_random; in crypto_init_rng_ops()58 ops->rng_reset = rngapi_reset; in crypto_init_rng_ops()
77 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()
305 .ops = &algif_hash_ops,
615 .ops = &algif_skcipher_ops,