Home
last modified time | relevance | path

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

/crypto/
Dcompress.c33 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()
Daegis128-core.c328 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 …]
Dcipher.c104 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()
Daf_alg.c74 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()
Dalgif_rng.c174 .ops = &algif_rng_ops,
Dalgif_skcipher.c385 .ops = &algif_skcipher_ops,
Dalgif_hash.c469 .ops = &algif_hash_ops,
Dalgif_aead.c596 .ops = &algif_aead_ops,