/linux-6.1.9/crypto/ |
D | cbc.c | 18 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
|
D | skcipher.c | 655 struct crypto_skcipher *skcipher = __crypto_skcipher_cast(tfm); in crypto_skcipher_exit_tfm() local 663 struct crypto_skcipher *skcipher = __crypto_skcipher_cast(tfm); in crypto_skcipher_init_tfm() local 679 struct skcipher_instance *skcipher = in crypto_skcipher_free_instance() local 689 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_show() local 707 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_report() local
|
D | essiv.c | 52 struct crypto_skcipher *skcipher; member 297 struct crypto_skcipher *skcipher; in essiv_skcipher_init_tfm() local
|
/linux-6.1.9/drivers/crypto/caam/ |
D | caamalg_qi.c | 51 struct skcipher_alg skcipher; member 617 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in skcipher_setkey() 664 static int aes_skcipher_setkey(struct crypto_skcipher *skcipher, in aes_skcipher_setkey() 676 static int rfc3686_skcipher_setkey(struct crypto_skcipher *skcipher, in rfc3686_skcipher_setkey() 697 static int ctr_skcipher_setkey(struct crypto_skcipher *skcipher, in ctr_skcipher_setkey() 717 static int des3_skcipher_setkey(struct crypto_skcipher *skcipher, in des3_skcipher_setkey() 724 static int des_skcipher_setkey(struct crypto_skcipher *skcipher, in des_skcipher_setkey() 731 static int xts_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in xts_skcipher_setkey() 904 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_unmap() local 1209 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_done() local [all …]
|
D | caamalg.c | 98 struct skcipher_alg skcipher; member 729 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in skcipher_setkey() 765 static int aes_skcipher_setkey(struct crypto_skcipher *skcipher, in aes_skcipher_setkey() 777 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() 818 static int des_skcipher_setkey(struct crypto_skcipher *skcipher, in des_skcipher_setkey() 825 static int des3_skcipher_setkey(struct crypto_skcipher *skcipher, in des3_skcipher_setkey() 832 static int xts_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in xts_skcipher_setkey() 960 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_unmap() local 1007 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_crypt_done() local [all …]
|
D | caamalg_qi2.c | 58 struct skcipher_alg skcipher; member 940 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in skcipher_setkey() 983 static int aes_skcipher_setkey(struct crypto_skcipher *skcipher, in aes_skcipher_setkey() 995 static int rfc3686_skcipher_setkey(struct crypto_skcipher *skcipher, in rfc3686_skcipher_setkey() 1016 static int ctr_skcipher_setkey(struct crypto_skcipher *skcipher, in ctr_skcipher_setkey() 1036 static int chacha20_skcipher_setkey(struct crypto_skcipher *skcipher, in chacha20_skcipher_setkey() 1045 static int des_skcipher_setkey(struct crypto_skcipher *skcipher, in des_skcipher_setkey() 1052 static int des3_skcipher_setkey(struct crypto_skcipher *skcipher, in des3_skcipher_setkey() 1059 static int xts_skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in xts_skcipher_setkey() 1111 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_edesc_alloc() local [all …]
|
/linux-6.1.9/include/crypto/internal/ |
D | skcipher.h | 76 struct crypto_skcipher *skcipher) in skcipher_alg_instance() 120 struct crypto_skcipher *skcipher, unsigned int reqsize) in crypto_skcipher_set_reqsize()
|
/linux-6.1.9/drivers/crypto/ |
D | geode-aes.h | 52 struct crypto_skcipher *skcipher; member
|
D | n2_core.c | 712 struct skcipher_alg skcipher; member 726 static int n2_aes_setkey(struct crypto_skcipher *skcipher, const u8 *key, in n2_aes_setkey() 754 static int n2_des_setkey(struct crypto_skcipher *skcipher, const u8 *key, in n2_des_setkey() 773 static int n2_3des_setkey(struct crypto_skcipher *skcipher, const u8 *key, in n2_3des_setkey() 800 static int __n2_crypt_chunk(struct crypto_skcipher *skcipher, in __n2_crypt_chunk() 1091 struct skcipher_alg skcipher; member 1303 struct n2_skcipher_alg *skcipher, *skcipher_tmp; in __n2_unregister_algs() local
|
D | atmel-tdes.c | 562 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in atmel_tdes_set_iv_as_last_ciphertext_block() local 680 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in atmel_tdes_crypt() local
|
D | atmel-aes.c | 490 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in atmel_aes_set_iv_as_last_ciphertext_block() local 519 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in atmel_aes_ctr_update_req_iv() local 1097 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in atmel_aes_crypt() local
|
D | sa2ul.h | 318 struct crypto_skcipher *skcipher; member
|
/linux-6.1.9/tools/testing/crypto/chacha20-s390/ |
D | test-cipher.c | 129 struct crypto_skcipher *skcipher = NULL; in test_skcipher() local
|
/linux-6.1.9/drivers/crypto/amlogic/ |
D | amlogic-gxl.h | 146 struct skcipher_alg skcipher; member
|
/linux-6.1.9/drivers/crypto/qce/ |
D | common.h | 90 struct skcipher_alg skcipher; member
|
D | skcipher.c | 68 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in qce_skcipher_async_req_handle() local
|
/linux-6.1.9/drivers/crypto/ccree/ |
D | cc_driver.h | 175 struct skcipher_alg skcipher; member
|
/linux-6.1.9/drivers/crypto/inside-secure/ |
D | safexcel_cipher.c | 616 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(areq); in safexcel_handle_req_result() local 681 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(areq); in safexcel_send_req() local 1050 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in safexcel_skcipher_send() local
|
/linux-6.1.9/drivers/crypto/allwinner/sun8i-ss/ |
D | sun8i-ss.h | 282 struct skcipher_alg skcipher; member
|
/linux-6.1.9/drivers/crypto/rockchip/ |
D | rk3288_crypto.h | 243 struct skcipher_alg skcipher; member
|
/linux-6.1.9/drivers/crypto/amcc/ |
D | crypto4xx_core.c | 539 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in crypto4xx_cipher_done() local
|
/linux-6.1.9/drivers/crypto/gemini/ |
D | sl3516-ce.h | 327 struct skcipher_alg skcipher; member
|
/linux-6.1.9/drivers/crypto/allwinner/sun8i-ce/ |
D | sun8i-ce.h | 332 struct skcipher_alg skcipher; member
|
/linux-6.1.9/drivers/crypto/aspeed/ |
D | aspeed-hace.h | 278 struct skcipher_alg skcipher; member
|
/linux-6.1.9/drivers/crypto/ux500/cryp/ |
D | cryp_core.c | 1051 struct skcipher_alg skcipher; member
|