Home
last modified time | relevance | path

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

/Linux-v5.4/crypto/
Dskcipher.c640 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_encrypt_blkcipher() local
649 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_decrypt_blkcipher() local
666 struct crypto_skcipher *skcipher = __crypto_skcipher_cast(tfm); in crypto_init_skcipher_ops_blkcipher() local
739 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_encrypt_ablkcipher() local
748 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_decrypt_ablkcipher() local
765 struct crypto_skcipher *skcipher = __crypto_skcipher_cast(tfm); in crypto_init_skcipher_ops_ablkcipher() local
880 struct crypto_skcipher *skcipher = __crypto_skcipher_cast(tfm); in crypto_skcipher_exit_tfm() local
888 struct crypto_skcipher *skcipher = __crypto_skcipher_cast(tfm); in crypto_skcipher_init_tfm() local
916 struct skcipher_instance *skcipher = in crypto_skcipher_free_instance() local
926 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_show() local
[all …]
Dessiv.c51 struct crypto_skcipher *skcipher; member
315 struct crypto_skcipher *skcipher; in essiv_skcipher_init_tfm() local
/Linux-v5.4/drivers/crypto/caam/
Dcaamalg_qi.c49 struct skcipher_alg skcipher; member
616 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in skcipher_setkey()
666 static int aes_skcipher_setkey(struct crypto_skcipher *skcipher, in aes_skcipher_setkey()
681 static int rfc3686_skcipher_setkey(struct crypto_skcipher *skcipher, in rfc3686_skcipher_setkey()
705 static int ctr_skcipher_setkey(struct crypto_skcipher *skcipher, in ctr_skcipher_setkey()
728 static int des3_skcipher_setkey(struct crypto_skcipher *skcipher, in des3_skcipher_setkey()
735 static int des_skcipher_setkey(struct crypto_skcipher *skcipher, in des_skcipher_setkey()
742 static int xts_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in xts_skcipher_setkey()
906 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_unmap() local
1211 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_done() local
[all …]
Dcaamalg.c95 struct skcipher_alg skcipher; member
723 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in skcipher_setkey()
759 static int aes_skcipher_setkey(struct crypto_skcipher *skcipher, in aes_skcipher_setkey()
774 static int rfc3686_skcipher_setkey(struct crypto_skcipher *skcipher, in rfc3686_skcipher_setkey()
798 static int ctr_skcipher_setkey(struct crypto_skcipher *skcipher, in ctr_skcipher_setkey()
821 static int arc4_skcipher_setkey(struct crypto_skcipher *skcipher, in arc4_skcipher_setkey()
827 static int des_skcipher_setkey(struct crypto_skcipher *skcipher, in des_skcipher_setkey()
834 static int des3_skcipher_setkey(struct crypto_skcipher *skcipher, in des3_skcipher_setkey()
841 static int xts_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in xts_skcipher_setkey()
954 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_unmap() local
[all …]
Dcaamalg_qi2.c56 struct skcipher_alg skcipher; member
946 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in skcipher_setkey()
989 static int aes_skcipher_setkey(struct crypto_skcipher *skcipher, in aes_skcipher_setkey()
1004 static int rfc3686_skcipher_setkey(struct crypto_skcipher *skcipher, in rfc3686_skcipher_setkey()
1028 static int ctr_skcipher_setkey(struct crypto_skcipher *skcipher, in ctr_skcipher_setkey()
1051 static int chacha20_skcipher_setkey(struct crypto_skcipher *skcipher, in chacha20_skcipher_setkey()
1063 static int des_skcipher_setkey(struct crypto_skcipher *skcipher, in des_skcipher_setkey()
1070 static int des3_skcipher_setkey(struct crypto_skcipher *skcipher, in des3_skcipher_setkey()
1077 static int xts_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in xts_skcipher_setkey()
1118 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_edesc_alloc() local
[all …]
/Linux-v5.4/include/crypto/internal/
Dskcipher.h75 struct crypto_skcipher *skcipher) in skcipher_alg_instance()
124 struct crypto_skcipher *skcipher, unsigned int reqsize) in crypto_skcipher_set_reqsize()
/Linux-v5.4/drivers/crypto/inside-secure/
Dsafexcel_cipher.c497 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(areq); in safexcel_handle_req_result() local
556 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(areq); in safexcel_send_req() local
908 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in safexcel_skcipher_send() local
Dsafexcel.h768 struct skcipher_alg skcipher; member
/Linux-v5.4/drivers/crypto/ccree/
Dcc_driver.h182 struct skcipher_alg skcipher; member
/Linux-v5.4/drivers/crypto/amcc/
Dcrypto4xx_core.c542 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in crypto4xx_cipher_done() local