Home
last modified time | relevance | path

Searched refs:crypto_skcipher_tfm (Results 1 – 25 of 30) sorted by relevance

12

/linux/include/crypto/
A Dskcipher.h302 static inline struct crypto_tfm *crypto_skcipher_tfm( in crypto_skcipher_tfm() function
322 crypto_destroy_tfm(tfm, crypto_skcipher_tfm(tfm)); in crypto_free_skcipher()
356 return crypto_tfm_alg_driver_name(crypto_skcipher_tfm(tfm)); in crypto_skcipher_driver_name()
368 return container_of(crypto_skcipher_tfm(tfm)->__crt_alg, in crypto_skcipher_alg_common()
375 return container_of(crypto_skcipher_tfm(tfm)->__crt_alg, in crypto_skcipher_alg()
434 return crypto_tfm_alg_blocksize(crypto_skcipher_tfm(tfm)); in crypto_skcipher_blocksize()
530 return crypto_tfm_alg_alignmask(crypto_skcipher_tfm(tfm)); in crypto_skcipher_alignmask()
541 return crypto_tfm_get_flags(crypto_skcipher_tfm(tfm)); in crypto_skcipher_get_flags()
547 crypto_tfm_set_flags(crypto_skcipher_tfm(tfm), flags); in crypto_skcipher_set_flags()
553 crypto_tfm_clear_flags(crypto_skcipher_tfm(tfm), flags); in crypto_skcipher_clear_flags()
[all …]
/linux/include/crypto/internal/
A Ddes.h102 return crypto_des_verify_key(crypto_skcipher_tfm(tfm), key); in verify_skcipher_des_key()
108 return crypto_des3_ede_verify_key(crypto_skcipher_tfm(tfm), key); in verify_skcipher_des3_key()
/linux/arch/sparc/crypto/
A Ddes_glue.c68 return des_set_key(crypto_skcipher_tfm(tfm), key, keylen); in des_set_key_skcipher()
217 return des3_ede_set_key(crypto_skcipher_tfm(tfm), key, keylen); in des3_ede_set_key_skcipher()
A Dcamellia_glue.c56 return camellia_set_key(crypto_skcipher_tfm(tfm), in_key, key_len); in camellia_set_key_skcipher()
A Daes_glue.c202 return aes_set_key(crypto_skcipher_tfm(tfm), in_key, key_len); in aes_set_key_skcipher()
/linux/arch/s390/crypto/
A Ddes_s390.c52 return des_setkey(crypto_skcipher_tfm(tfm), key, key_len); in des_setkey_skcipher()
217 return des3_setkey(crypto_skcipher_tfm(tfm), key, key_len); in des3_setkey_skcipher()
/linux/drivers/crypto/intel/ixp4xx/
A Dixp4xx_crypto.c632 struct crypto_tfm *ctfm = crypto_skcipher_tfm(tfm); in init_tfm_ablk()
645 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(ctx->fallback_tfm)) in init_tfm_ablk()
649 return init_tfm(crypto_skcipher_tfm(tfm)); in init_tfm_ablk()
668 struct crypto_tfm *ctfm = crypto_skcipher_tfm(tfm); in exit_tfm_ablk()
672 exit_tfm(crypto_skcipher_tfm(tfm)); in exit_tfm_ablk()
/linux/drivers/crypto/rockchip/
A Drk3288_crypto_skcipher.c111 struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher); in rk_aes_setkey()
255 struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher); in rk_cipher_hw_init()
/linux/drivers/crypto/ccree/
A Dcc_cipher.c298 struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm); in cc_cipher_sethkey()
398 struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm); in cc_cipher_setkey()
875 struct crypto_tfm *tfm = crypto_skcipher_tfm(sk_tfm); in cc_cipher_process()
/linux/drivers/crypto/gemini/
A Dsl3516-ce-cipher.c340 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm))); in sl3516_ce_cipher_init()
/linux/drivers/crypto/hisilicon/sec/
A Dsec_algs.c147 struct crypto_tfm *tfm = crypto_skcipher_tfm(atfm); in sec_alg_skcipher_init_context()
711 struct crypto_tfm *tfm = crypto_skcipher_tfm(atfm); in sec_alg_skcipher_crypto()
/linux/drivers/crypto/cavium/nitrox/
A Dnitrox_skcipher.c169 struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher); in nitrox_skcipher_setkey()
/linux/drivers/crypto/
A Dpadlock-aes.c165 return aes_set_key(crypto_skcipher_tfm(tfm), in_key, key_len); in aes_set_key_skcipher()
A Dn2_core.c726 struct crypto_tfm *tfm = crypto_skcipher_tfm(skcipher); in n2_aes_setkey()
754 struct crypto_tfm *tfm = crypto_skcipher_tfm(skcipher); in n2_des_setkey()
773 struct crypto_tfm *tfm = crypto_skcipher_tfm(skcipher); in n2_3des_setkey()
A Domap-des.c454 struct crypto_tfm *tfm = crypto_skcipher_tfm( in omap_des_crypt_dma_start()
A Dmxs-dcp.c564 const char *name = crypto_tfm_alg_name(crypto_skcipher_tfm(tfm)); in mxs_dcp_aes_fallback_init_tfm()
/linux/drivers/crypto/qce/
A Dskcipher.c173 struct crypto_tfm *tfm = crypto_skcipher_tfm(ablk); in qce_skcipher_setkey()
/linux/drivers/crypto/inside-secure/
A Dsafexcel_cipher.c374 struct crypto_tfm *tfm = crypto_skcipher_tfm(ctfm); in safexcel_skcipher_aes_setkey()
1358 struct crypto_tfm *tfm = crypto_skcipher_tfm(ctfm); in safexcel_skcipher_aesctr_setkey()
2393 struct crypto_tfm *tfm = crypto_skcipher_tfm(ctfm); in safexcel_skcipher_aesxts_setkey()
3000 struct crypto_tfm *tfm = crypto_skcipher_tfm(ctfm); in safexcel_skcipher_sm4_setkey()
3116 struct crypto_tfm *tfm = crypto_skcipher_tfm(ctfm); in safexcel_skcipher_sm4ctr_setkey()
/linux/arch/powerpc/crypto/
A Daes-spe-glue.c122 return ppc_aes_setkey(crypto_skcipher_tfm(tfm), in_key, key_len); in ppc_aes_setkey_skcipher()
/linux/drivers/crypto/allwinner/sun8i-ss/
A Dsun8i-ss-cipher.c412 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm)), in sun8i_ss_cipher_init()
/linux/drivers/crypto/allwinner/sun8i-ce/
A Dsun8i-ce-cipher.c438 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm)), in sun8i_ce_cipher_init()
/linux/drivers/crypto/intel/qat/qat_common/
A Dqat_algs.c1020 struct crypto_tfm *tfm = crypto_skcipher_tfm(stfm); in qat_alg_skcipher_encrypt()
1087 struct crypto_tfm *tfm = crypto_skcipher_tfm(stfm); in qat_alg_skcipher_decrypt()
/linux/drivers/crypto/marvell/cesa/
A Dcipher.c263 struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher); in mv_cesa_aes_setkey()
/linux/drivers/crypto/aspeed/
A Daspeed-hace-crypto.c432 struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher); in aspeed_des_setkey()
/linux/crypto/
A Dcryptd.c320 queue = cryptd_get_queue(crypto_skcipher_tfm(tfm)); in cryptd_skcipher_enqueue()

Completed in 61 milliseconds

12