Home
last modified time | relevance | path

Searched refs:crypto_skcipher_tfm (Results 1 - 25 of 61) sorted by relevance

123

/kernel/linux/linux-5.10/include/crypto/
H A Dskcipher.h190 static inline struct crypto_tfm *crypto_skcipher_tfm( in crypto_skcipher_tfm() function
204 crypto_destroy_tfm(tfm, crypto_skcipher_tfm(tfm)); in crypto_free_skcipher()
227 return crypto_tfm_alg_driver_name(crypto_skcipher_tfm(tfm)); in crypto_skcipher_driver_name()
233 return container_of(crypto_skcipher_tfm(tfm)->__crt_alg, in crypto_skcipher_alg()
275 return crypto_tfm_alg_blocksize(crypto_skcipher_tfm(tfm)); in crypto_skcipher_blocksize()
310 return crypto_tfm_alg_alignmask(crypto_skcipher_tfm(tfm)); in crypto_skcipher_alignmask()
315 return crypto_tfm_get_flags(crypto_skcipher_tfm(tfm)); in crypto_skcipher_get_flags()
321 crypto_tfm_set_flags(crypto_skcipher_tfm(tfm), flags); in crypto_skcipher_set_flags()
327 crypto_tfm_clear_flags(crypto_skcipher_tfm(tfm), flags); in crypto_skcipher_clear_flags()
467 req->base.tfm = crypto_skcipher_tfm(tf in skcipher_request_set_tfm()
[all...]
/kernel/linux/linux-6.6/include/crypto/
H A Dskcipher.h216 static inline struct crypto_tfm *crypto_skcipher_tfm( in crypto_skcipher_tfm() function
230 crypto_destroy_tfm(tfm, crypto_skcipher_tfm(tfm)); in crypto_free_skcipher()
253 return crypto_tfm_alg_driver_name(crypto_skcipher_tfm(tfm)); in crypto_skcipher_driver_name()
259 return container_of(crypto_skcipher_tfm(tfm)->__crt_alg, in crypto_skcipher_alg()
301 return crypto_tfm_alg_blocksize(crypto_skcipher_tfm(tfm)); in crypto_skcipher_blocksize()
336 return crypto_tfm_alg_alignmask(crypto_skcipher_tfm(tfm)); in crypto_skcipher_alignmask()
341 return crypto_tfm_get_flags(crypto_skcipher_tfm(tfm)); in crypto_skcipher_get_flags()
347 crypto_tfm_set_flags(crypto_skcipher_tfm(tfm), flags); in crypto_skcipher_set_flags()
353 crypto_tfm_clear_flags(crypto_skcipher_tfm(tfm), flags); in crypto_skcipher_clear_flags()
493 req->base.tfm = crypto_skcipher_tfm(tf in skcipher_request_set_tfm()
[all...]
/kernel/linux/linux-5.10/include/crypto/internal/
H 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()
/kernel/linux/linux-6.6/include/crypto/internal/
H 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()
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H A Dnitrox_skcipher.c169 struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher); in nitrox_skcipher_setkey()
340 struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher); in nitrox_aes_xts_setkey()
365 struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher); in nitrox_aes_ctr_rfc3686_setkey()
/kernel/linux/linux-5.10/arch/sparc/crypto/
H 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()
H A Dcamellia_glue.c56 return camellia_set_key(crypto_skcipher_tfm(tfm), in_key, key_len); in camellia_set_key_skcipher()
H A Daes_glue.c202 return aes_set_key(crypto_skcipher_tfm(tfm), in_key, key_len); in aes_set_key_skcipher()
/kernel/linux/linux-5.10/arch/s390/crypto/
H 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()
/kernel/linux/linux-5.10/drivers/crypto/cavium/cpt/
H A Dcptvf_algs.c235 struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher); in cvm_xts_setkey()
292 struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher); in cvm_setkey()
/kernel/linux/linux-6.6/arch/s390/crypto/
H 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()
/kernel/linux/linux-6.6/arch/sparc/crypto/
H 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()
H A Dcamellia_glue.c56 return camellia_set_key(crypto_skcipher_tfm(tfm), in_key, key_len); in camellia_set_key_skcipher()
H A Daes_glue.c202 return aes_set_key(crypto_skcipher_tfm(tfm), in_key, key_len); in aes_set_key_skcipher()
/kernel/linux/linux-5.10/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c88 struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher); in rk_aes_setkey()
268 struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher); in rk_ablk_hw_init()
/kernel/linux/linux-6.6/drivers/crypto/rockchip/
H 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()
/kernel/linux/linux-6.6/drivers/crypto/intel/ixp4xx/
H 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()
/kernel/linux/linux-5.10/drivers/crypto/ccree/
H A Dcc_cipher.c301 struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm); in cc_cipher_sethkey()
401 struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm); in cc_cipher_setkey()
878 struct crypto_tfm *tfm = crypto_skcipher_tfm(sk_tfm); in cc_cipher_process()
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daesni-intel_glue.c368 return aes_set_key_common(crypto_skcipher_tfm(tfm), in aesni_skcipher_setkey()
532 err = aes_set_key_common(crypto_skcipher_tfm(tfm), ctx->raw_crypt_ctx, in xts_aesni_setkey()
538 return aes_set_key_common(crypto_skcipher_tfm(tfm), ctx->raw_tweak_ctx, in xts_aesni_setkey()
/kernel/linux/linux-6.6/drivers/crypto/ccree/
H A Dcc_cipher.c304 struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm); in cc_cipher_sethkey()
404 struct crypto_tfm *tfm = crypto_skcipher_tfm(sktfm); in cc_cipher_setkey()
881 struct crypto_tfm *tfm = crypto_skcipher_tfm(sk_tfm); in cc_cipher_process()
/kernel/linux/linux-5.10/drivers/crypto/qce/
H A Dskcipher.c172 struct crypto_tfm *tfm = crypto_skcipher_tfm(ablk); in qce_skcipher_setkey()
/kernel/linux/linux-5.10/drivers/crypto/
H A Dpadlock-aes.c165 return aes_set_key(crypto_skcipher_tfm(tfm), in_key, key_len); in aes_set_key_skcipher()
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
H A Dnitrox_skcipher.c169 struct crypto_tfm *tfm = crypto_skcipher_tfm(cipher); in nitrox_skcipher_setkey()
/kernel/linux/linux-6.6/drivers/crypto/
H A Dpadlock-aes.c165 return aes_set_key(crypto_skcipher_tfm(tfm), in_key, key_len); in aes_set_key_skcipher()
/kernel/linux/linux-6.6/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c340 crypto_tfm_alg_driver_name(crypto_skcipher_tfm(op->fallback_tfm))); in sl3516_ce_cipher_init()

Completed in 22 milliseconds

123