Home
last modified time | relevance | path

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

/linux/drivers/crypto/caam/
H A Dcaamalg_qi.c56 struct skcipher_alg skcipher; member
622 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in skcipher_setkey() argument
669 static int aes_skcipher_setkey(struct crypto_skcipher *skcipher, in aes_skcipher_setkey() argument
681 static int rfc3686_skcipher_setkey(struct crypto_skcipher *skcipher, in rfc3686_skcipher_setkey() argument
702 ctr_skcipher_setkey(struct crypto_skcipher * skcipher,const u8 * key,unsigned int keylen) ctr_skcipher_setkey() argument
722 des3_skcipher_setkey(struct crypto_skcipher * skcipher,const u8 * key,unsigned int keylen) des3_skcipher_setkey() argument
729 des_skcipher_setkey(struct crypto_skcipher * skcipher,const u8 * key,unsigned int keylen) des_skcipher_setkey() argument
736 xts_skcipher_setkey(struct crypto_skcipher * skcipher,const u8 * key,unsigned int keylen) xts_skcipher_setkey() argument
909 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); skcipher_unmap() local
1220 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); skcipher_done() local
1257 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); skcipher_edesc_alloc() local
1414 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); xts_skcipher_ivsize() local
1423 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); skcipher_crypt() local
[all...]
H A Dcaamalg.c110 struct skcipher_engine_alg skcipher; member
745 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in skcipher_setkey() argument
786 static int paes_skcipher_setkey(struct crypto_skcipher *skcipher, in paes_skcipher_setkey() argument
842 static int aes_skcipher_setkey(struct crypto_skcipher *skcipher, in aes_skcipher_setkey() argument
854 rfc3686_skcipher_setkey(struct crypto_skcipher * skcipher,const u8 * key,unsigned int keylen) rfc3686_skcipher_setkey() argument
875 ctr_skcipher_setkey(struct crypto_skcipher * skcipher,const u8 * key,unsigned int keylen) ctr_skcipher_setkey() argument
895 des_skcipher_setkey(struct crypto_skcipher * skcipher,const u8 * key,unsigned int keylen) des_skcipher_setkey() argument
902 des3_skcipher_setkey(struct crypto_skcipher * skcipher,const u8 * key,unsigned int keylen) des3_skcipher_setkey() argument
909 xts_skcipher_setkey(struct crypto_skcipher * skcipher,const u8 * key,unsigned int keylen) xts_skcipher_setkey() argument
1037 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); skcipher_unmap() local
1091 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); skcipher_crypt_done() local
1320 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); init_skcipher_job() local
1695 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); skcipher_edesc_alloc() local
1884 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); xts_skcipher_ivsize() local
1893 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); skcipher_crypt() local
[all...]
H A Dcaamalg_qi2.c62 struct skcipher_alg skcipher; member
945 static int skcipher_setkey(struct crypto_skcipher *skcipher, const u8 *key, in skcipher_setkey() argument
988 static int aes_skcipher_setkey(struct crypto_skcipher *skcipher, in aes_skcipher_setkey() argument
1000 static int rfc3686_skcipher_setkey(struct crypto_skcipher *skcipher, in rfc3686_skcipher_setkey() argument
1021 ctr_skcipher_setkey(struct crypto_skcipher * skcipher,const u8 * key,unsigned int keylen) ctr_skcipher_setkey() argument
1041 chacha20_skcipher_setkey(struct crypto_skcipher * skcipher,const u8 * key,unsigned int keylen) chacha20_skcipher_setkey() argument
1050 des_skcipher_setkey(struct crypto_skcipher * skcipher,const u8 * key,unsigned int keylen) des_skcipher_setkey() argument
1057 des3_skcipher_setkey(struct crypto_skcipher * skcipher,const u8 * key,unsigned int keylen) des3_skcipher_setkey() argument
1064 xts_skcipher_setkey(struct crypto_skcipher * skcipher,const u8 * key,unsigned int keylen) xts_skcipher_setkey() argument
1116 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); skcipher_edesc_alloc() local
1278 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); skcipher_unmap() local
1399 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); skcipher_encrypt_done() local
1437 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); skcipher_decrypt_done() local
1472 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); xts_skcipher_ivsize() local
1481 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); skcipher_encrypt() local
1531 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); skcipher_decrypt() local
[all...]
/linux/drivers/crypto/
H A Dgeode-aes.h52 struct crypto_skcipher *skcipher; member
H A Dsa2ul.h318 struct crypto_skcipher *skcipher; member
/linux/crypto/
H A Dessiv.c52 struct crypto_skcipher *skcipher; member
300 struct crypto_skcipher *skcipher; in essiv_skcipher_init_tfm() local
/linux/tools/testing/crypto/chacha20-s390/
H A Dtest-cipher.c129 struct crypto_skcipher *skcipher = NULL; test_skcipher() local
[all...]
/linux/drivers/crypto/amlogic/
H A Damlogic-gxl.h144 struct skcipher_engine_alg skcipher; member
/linux/drivers/crypto/qce/
H A Dcommon.h90 struct skcipher_alg skcipher; member
/linux/drivers/crypto/ccree/
H A Dcc_driver.h175 struct skcipher_alg skcipher; member
/linux/drivers/crypto/rockchip/
H A Drk3288_crypto.h262 struct skcipher_engine_alg skcipher; member
/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.c525 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); crypto4xx_cipher_done() local
/linux/drivers/crypto/gemini/
H A Dsl3516-ce.h322 struct skcipher_engine_alg skcipher; member
/linux/drivers/crypto/bcm/
H A Dcipher.h108 struct skcipher_alg skcipher; member
H A Dcipher.c4112 skcipher_init_tfm(struct crypto_skcipher * skcipher) skcipher_init_tfm() argument
[all...]