Searched refs:ops (Results 1 – 8 of 8) sorted by relevance
/crypto/ |
D | compress.c | 33 struct compress_tfm *ops = &tfm->crt_compress; in crypto_init_compress_ops() local 35 ops->cot_compress = crypto_compress; in crypto_init_compress_ops() 36 ops->cot_decompress = crypto_decompress; in crypto_init_compress_ops()
|
D | aegis128-core.c | 328 const struct aegis128_ops *ops) in crypto_aegis128_process_crypt() argument 332 ops->skcipher_walk_init(&walk, req, false); in crypto_aegis128_process_crypt() 340 ops->crypt_chunk(state, walk.dst.virt.addr, walk.src.virt.addr, in crypto_aegis128_process_crypt() 396 const struct aegis128_ops *ops) in crypto_aegis128_crypt() argument 404 crypto_aegis128_process_crypt(&state, req, ops); in crypto_aegis128_crypt() 410 const struct aegis128_ops *ops = &(struct aegis128_ops){ in crypto_aegis128_encrypt() local 421 ops = &(struct aegis128_ops){ in crypto_aegis128_encrypt() 425 crypto_aegis128_crypt(req, &tag, cryptlen, ops); in crypto_aegis128_encrypt() 434 const struct aegis128_ops *ops = &(struct aegis128_ops){ in crypto_aegis128_decrypt() local 449 ops = &(struct aegis128_ops){ in crypto_aegis128_decrypt() [all …]
|
D | cipher.c | 104 struct cipher_tfm *ops = &tfm->crt_cipher; in crypto_init_cipher_ops() local 107 ops->cit_setkey = setkey; in crypto_init_cipher_ops() 108 ops->cit_encrypt_one = crypto_tfm_alg_alignmask(tfm) ? in crypto_init_cipher_ops() 110 ops->cit_decrypt_one = crypto_tfm_alg_alignmask(tfm) ? in crypto_init_cipher_ops()
|
D | af_alg.c | 74 type->ops->owner = THIS_MODULE; in af_alg_register_type() 311 newsock->ops = type->ops; in af_alg_accept() 315 newsock->ops = type->ops_nokey; in af_alg_accept() 377 sock->ops = &alg_proto_ops; in alg_create()
|
D | algif_rng.c | 174 .ops = &algif_rng_ops,
|
D | algif_skcipher.c | 385 .ops = &algif_skcipher_ops,
|
D | algif_hash.c | 469 .ops = &algif_hash_ops,
|
D | algif_aead.c | 596 .ops = &algif_aead_ops,
|