Home
last modified time | relevance | path

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

12

/linux/crypto/
A 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
A Dskcipher.c655 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
A Dessiv.c52 struct crypto_skcipher *skcipher; member
297 struct crypto_skcipher *skcipher; in essiv_skcipher_init_tfm() local
/linux/drivers/crypto/caam/
A Dcaamalg_qi.c51 struct skcipher_alg skcipher; member
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()
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
1247 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_edesc_alloc() local
1398 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in xts_skcipher_ivsize() local
[all …]
A Dcaamalg.c98 struct skcipher_alg skcipher; member
765 static int aes_skcipher_setkey(struct crypto_skcipher *skcipher, in aes_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()
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
1236 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in init_skcipher_job() local
1596 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_edesc_alloc() local
1777 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in xts_skcipher_ivsize() local
[all …]
A Dcaamalg_qi2.c58 struct skcipher_alg skcipher; member
983 static int aes_skcipher_setkey(struct crypto_skcipher *skcipher, in aes_skcipher_setkey()
1016 static int ctr_skcipher_setkey(struct crypto_skcipher *skcipher, in ctr_skcipher_setkey()
1045 static int des_skcipher_setkey(struct crypto_skcipher *skcipher, in des_skcipher_setkey()
1111 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_edesc_alloc() local
1273 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_unmap() local
1394 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_encrypt_done() local
1432 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_decrypt_done() local
1467 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in xts_skcipher_ivsize() local
1476 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_encrypt() local
[all …]
/linux/include/crypto/internal/
A Dskcipher.h76 struct crypto_skcipher *skcipher) in skcipher_alg_instance()
120 struct crypto_skcipher *skcipher, unsigned int reqsize) in crypto_skcipher_set_reqsize()
/linux/drivers/crypto/
A Dgeode-aes.h52 struct crypto_skcipher *skcipher; member
A Dn2_core.c712 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
1298 struct n2_skcipher_alg *skcipher, *skcipher_tmp; in __n2_unregister_algs() local
A Datmel-tdes.c562 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 Datmel-aes.c490 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
1096 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in atmel_aes_crypt() local
A Dsa2ul.h317 struct crypto_skcipher *skcipher; member
/linux/drivers/crypto/qce/
A Dcommon.h90 struct skcipher_alg skcipher; member
A Dskcipher.c68 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in qce_skcipher_async_req_handle() local
/linux/drivers/crypto/amlogic/
A Damlogic-gxl.h146 struct skcipher_alg skcipher; member
/linux/drivers/crypto/ccree/
A Dcc_driver.h175 struct skcipher_alg skcipher; member
/linux/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss.h268 struct skcipher_alg skcipher; member
/linux/drivers/crypto/inside-secure/
A Dsafexcel_cipher.c617 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(areq); in safexcel_handle_req_result() local
676 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(areq); in safexcel_send_req() local
1033 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in safexcel_skcipher_send() local
/linux/drivers/crypto/rockchip/
A Drk3288_crypto.h262 struct skcipher_alg skcipher; member
/linux/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce.h331 struct skcipher_alg skcipher; member
/linux/drivers/crypto/amcc/
A Dcrypto4xx_core.c539 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in crypto4xx_cipher_done() local
/linux/drivers/crypto/ux500/cryp/
A Dcryp_core.c1051 struct skcipher_alg skcipher; member
/linux/drivers/crypto/gemini/
A Dsl3516-ce.h327 struct skcipher_alg skcipher; member
/linux/drivers/crypto/chelsio/
A Dchcr_crypto.h319 struct skcipher_alg skcipher; member
/linux/arch/s390/crypto/
A Daes_s390.c48 struct crypto_skcipher *skcipher; member

Completed in 75 milliseconds

12