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

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

Completed in 48 milliseconds