/linux-6.3-rc2/crypto/ |
A 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
|
A D | skcipher.c | 641 struct crypto_skcipher *skcipher = __crypto_skcipher_cast(tfm); in crypto_skcipher_exit_tfm() local 649 struct crypto_skcipher *skcipher = __crypto_skcipher_cast(tfm); in crypto_skcipher_init_tfm() local 665 struct skcipher_instance *skcipher = in crypto_skcipher_free_instance() local 675 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_show() local 693 struct skcipher_alg *skcipher = container_of(alg, struct skcipher_alg, in crypto_skcipher_report() local
|
A D | essiv.c | 52 struct crypto_skcipher *skcipher; member 302 struct crypto_skcipher *skcipher; in essiv_skcipher_init_tfm() local
|
/linux-6.3-rc2/drivers/crypto/caam/ |
A D | caamalg_qi.c | 56 struct skcipher_alg skcipher; member 669 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() 702 static int ctr_skcipher_setkey(struct crypto_skcipher *skcipher, in ctr_skcipher_setkey() 722 static int des3_skcipher_setkey(struct crypto_skcipher *skcipher, in des3_skcipher_setkey() 729 static int des_skcipher_setkey(struct crypto_skcipher *skcipher, in des_skcipher_setkey() 909 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_unmap() local 1220 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_done() local 1257 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_edesc_alloc() local 1414 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in xts_skcipher_ivsize() local [all …]
|
A D | caamalg.c | 104 struct skcipher_alg skcipher; member 771 static int aes_skcipher_setkey(struct crypto_skcipher *skcipher, in aes_skcipher_setkey() 804 static int ctr_skcipher_setkey(struct crypto_skcipher *skcipher, in ctr_skcipher_setkey() 824 static int des_skcipher_setkey(struct crypto_skcipher *skcipher, in des_skcipher_setkey() 831 static int des3_skcipher_setkey(struct crypto_skcipher *skcipher, in des3_skcipher_setkey() 966 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_unmap() local 1020 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_crypt_done() local 1248 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in init_skcipher_job() local 1610 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_edesc_alloc() local 1799 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in xts_skcipher_ivsize() local [all …]
|
A D | caamalg_qi2.c | 60 struct skcipher_alg skcipher; member 985 static int aes_skcipher_setkey(struct crypto_skcipher *skcipher, in aes_skcipher_setkey() 1018 static int ctr_skcipher_setkey(struct crypto_skcipher *skcipher, in ctr_skcipher_setkey() 1047 static int des_skcipher_setkey(struct crypto_skcipher *skcipher, in des_skcipher_setkey() 1113 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_edesc_alloc() local 1275 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_unmap() local 1396 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_encrypt_done() local 1434 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_decrypt_done() local 1469 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in xts_skcipher_ivsize() local 1478 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_encrypt() local [all …]
|
/linux-6.3-rc2/include/crypto/internal/ |
A D | skcipher.h | 84 struct crypto_skcipher *skcipher) in skcipher_alg_instance() 128 struct crypto_skcipher *skcipher, unsigned int reqsize) in crypto_skcipher_set_reqsize() 134 struct crypto_skcipher *skcipher, unsigned int reqsize) in crypto_skcipher_set_reqsize_dma()
|
/linux-6.3-rc2/drivers/crypto/ |
A D | geode-aes.h | 52 struct crypto_skcipher *skcipher; member
|
A 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
|
A 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
|
A 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
|
A D | sa2ul.h | 318 struct crypto_skcipher *skcipher; member
|
/linux-6.3-rc2/tools/testing/crypto/chacha20-s390/ |
A D | test-cipher.c | 129 struct crypto_skcipher *skcipher = NULL; in test_skcipher() local
|
/linux-6.3-rc2/drivers/crypto/qce/ |
A D | common.h | 90 struct skcipher_alg skcipher; member
|
A D | skcipher.c | 68 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in qce_skcipher_async_req_handle() local
|
/linux-6.3-rc2/drivers/crypto/amlogic/ |
A D | amlogic-gxl.h | 146 struct skcipher_alg skcipher; member
|
/linux-6.3-rc2/drivers/crypto/ccree/ |
A D | cc_driver.h | 175 struct skcipher_alg skcipher; member
|
/linux-6.3-rc2/drivers/crypto/inside-secure/ |
A 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.3-rc2/drivers/crypto/allwinner/sun8i-ss/ |
A D | sun8i-ss.h | 282 struct skcipher_alg skcipher; member
|
/linux-6.3-rc2/drivers/crypto/rockchip/ |
A D | rk3288_crypto.h | 267 struct skcipher_alg skcipher; member
|
/linux-6.3-rc2/drivers/crypto/amcc/ |
A D | crypto4xx_core.c | 538 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in crypto4xx_cipher_done() local
|
/linux-6.3-rc2/drivers/crypto/gemini/ |
A D | sl3516-ce.h | 327 struct skcipher_alg skcipher; member
|
/linux-6.3-rc2/drivers/crypto/allwinner/sun8i-ce/ |
A D | sun8i-ce.h | 332 struct skcipher_alg skcipher; member
|
/linux-6.3-rc2/drivers/crypto/aspeed/ |
A D | aspeed-hace.h | 278 struct skcipher_alg skcipher; member
|
/linux-6.3-rc2/drivers/crypto/bcm/ |
A D | cipher.h | 108 struct skcipher_alg skcipher; member
|