Home
last modified time | relevance | path

Searched defs:skcipher (Results 1 – 4 of 4) sorted by relevance

/crypto/
Dcbc.c18 struct crypto_skcipher *skcipher) in crypto_cbc_encrypt_segment()
46 struct crypto_skcipher *skcipher) in crypto_cbc_encrypt_inplace()
75 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in crypto_cbc_encrypt() local
93 struct crypto_skcipher *skcipher) in crypto_cbc_decrypt_segment()
123 struct crypto_skcipher *skcipher) in crypto_cbc_decrypt_inplace()
157 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in crypto_cbc_decrypt() local
Dskcipher.c661 struct crypto_skcipher *skcipher = __crypto_skcipher_cast(tfm); in crypto_skcipher_exit_tfm() local
669 struct crypto_skcipher *skcipher = __crypto_skcipher_cast(tfm); in crypto_skcipher_init_tfm() local
685 struct skcipher_instance *skcipher = in crypto_skcipher_free_instance() local
695 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_show() local
713 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_report() local
Dessiv.c52 struct crypto_skcipher *skcipher; member
302 struct crypto_skcipher *skcipher; in essiv_skcipher_init_tfm() local
Dfips140-selftests.c136 struct skcipher_testvec skcipher; member