Home
last modified time | relevance | path

Searched defs:alg (Results 1 – 25 of 91) sorted by relevance

1234

/linux/crypto/
H A Dapi.c43 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg) in crypto_mod_get()
49 void crypto_mod_put(struct crypto_alg *alg) in crypto_mod_put()
62 struct crypto_alg *q, *alg = NULL; in __crypto_alg_lookup() local
94 static void crypto_larval_destroy(struct crypto_alg *alg) in crypto_larval_destroy()
129 struct crypto_alg *alg; in crypto_larval_add() local
201 static struct crypto_alg *crypto_larval_wait(struct crypto_alg *alg, in crypto_larval_wait()
257 struct crypto_alg *alg; in crypto_alg_lookup() local
293 struct crypto_alg *alg; in crypto_larval_lookup() local
340 struct crypto_alg *alg; in crypto_alg_mod_lookup() local
379 static unsigned int crypto_ctxsize(struct crypto_alg *alg, u32 type, u32 mask) in crypto_ctxsize()
[all …]
H A Dalgboss.c46 char alg[CRYPTO_MAX_ALG_NAME]; member
187 static int cryptomgr_schedule_test(struct crypto_alg *alg) in cryptomgr_schedule_test()
/linux/scripts/crypto/
H A Dgen-hash-testvecs.py82 hash_init(alg) global() argument
97 compute_hash(alg, data) global() argument
118 alg_digest_size_const(alg) global() argument
123 gen_unkeyed_testvecs(alg) global() argument
157 gen_hmac_testvecs(alg) global() argument
170 gen_additional_blake2_testvecs(alg) global() argument
252 alg = sys.argv[1] global() variable
[all...]
/linux/drivers/crypto/allwinner/sun8i-ss/
H A Dsun8i-ss-hash.c98 struct ahash_alg *alg = crypto_ahash_alg(tfm); in sun8i_ss_hash_init_tfm() local
201 struct ahash_alg *alg = crypto_ahash_alg(tfm); in sun8i_ss_hash_final() local
244 struct ahash_alg *alg = crypto_ahash_alg(tfm); in sun8i_ss_hash_finup() local
272 struct ahash_alg *alg = crypto_ahash_alg(tfm); in sun8i_ss_hash_digest_fb() local
348 struct ahash_alg *alg = crypto_ahash_alg(tfm); in sun8i_ss_hash_need_fallback() local
398 struct ahash_alg *alg = crypto_ahash_alg(tfm); in sun8i_ss_hash_digest() local
484 struct ahash_alg *alg = crypto_ahash_alg(tfm); in sun8i_ss_hash_run() local
/linux/fs/verity/
H A Dhash_algs.c55 fsverity_prepare_hash_state(const struct fsverity_hash_alg *alg, in fsverity_prepare_hash_state()
137 void fsverity_hash_buffer(const struct fsverity_hash_alg *alg, in fsverity_hash_buffer()
161 const struct fsverity_hash_alg *alg = &fsverity_hash_algs[i]; in fsverity_check_hash_algs() local
/linux/lib/crypto/tests/
H A Dsha3_kunit.c250 static void shake(int alg, const u8 *in, size_t in_len, u8 *out, size_t out_len) in shake()
258 static void shake_init(struct shake_ctx *ctx, int alg) in shake_init()
283 for (int alg = 0; alg < 2; alg++) { in test_shake_all_lens_up_to_4096() local
320 const int alg = rand32() % 2; in test_shake_multiple_squeezes() local
378 for (int alg = 0; alg < 2; alg++) { in test_shake_with_guarded_bufs() local
/linux/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw_crypto.c160 struct libipw_crypto_alg *alg; in libipw_register_crypto_ops() local
181 struct libipw_crypto_alg *alg; in libipw_unregister_crypto_ops() local
204 struct libipw_crypto_alg *alg; in libipw_get_crypto_ops() local
/linux/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-prng.c8 struct rng_alg *alg = crypto_rng_alg(tfm); in sun4i_ss_prng_seed() local
20 struct rng_alg *alg = crypto_rng_alg(tfm); in sun4i_ss_prng_generate() local
H A Dsun4i-ss-hash.c21 struct ahash_alg *alg = __crypto_ahash_alg(tfm->__crt_alg); in sun4i_hash_crainit() local
51 struct ahash_alg *alg = __crypto_ahash_alg(tfm->base.__crt_alg); in sun4i_hash_init() local
194 struct ahash_alg *alg = __crypto_ahash_alg(tfm->base.__crt_alg); in sun4i_hash() local
H A Dsun4i-ss-cipher.c38 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_opti_poll() local
154 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_cipher_poll_fallback() local
186 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sun4i_ss_cipher_poll() local
/linux/drivers/crypto/gemini/
H A Dsl3516-ce-cipher.c108 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sl3516_ce_cipher_fallback() local
133 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in sl3516_ce_cipher() local
320 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in sl3516_ce_cipher_init() local
/linux/drivers/crypto/tegra/
H A Dtegra-se-hash.c27 unsigned int alg; member
39 unsigned int alg; member
49 static int tegra_sha_get_config(u32 alg) in tegra_sha_get_config()
587 struct ahash_alg *alg = __crypto_ahash_alg(tfm->__crt_alg); in tegra_sha_cra_init() local
1091 static int tegra_hash_kac_manifest(u32 user, u32 alg, u32 keylen) in tegra_hash_kac_manifest()
1126 struct ahash_engine_alg *alg; in tegra_init_hash() local
H A Dtegra-se-aes.c28 u32 alg; member
49 u32 alg; member
73 unsigned int alg; member
133 static int tegra234_aes_crypto_cfg(u32 alg, bool encrypt) in tegra234_aes_crypto_cfg()
169 static int tegra234_aes_cfg(u32 alg, bool encrypt) in tegra234_aes_cfg()
347 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in tegra_aes_cra_init() local
435 static int tegra_aes_kac_manifest(u32 user, u32 alg, u32 keylen) in tegra_aes_kac_manifest()
1366 struct aead_alg *alg = crypto_aead_alg(tfm); in tegra_aead_cra_init() local
1786 struct ahash_alg *alg = __crypto_ahash_alg(tfm->__crt_alg); in tegra_cmac_cra_init() local
/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_skcipher.c26 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_need_fallback() local
73 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_fallback() local
313 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_run() local
437 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in rk_cipher_tfm_init() local
/linux/drivers/crypto/amlogic/
H A Damlogic-gxl-cipher.c65 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in meson_cipher_do_fallback() local
90 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in meson_cipher() local
316 struct skcipher_alg *alg = crypto_skcipher_alg(sktfm); in meson_cipher_init() local
/linux/include/crypto/
H A Dalgapi.h60 struct crypto_alg alg; member
89 struct crypto_alg *alg; member
167 #define crypto_inst_setname_1(inst, name, alg) \ argument
169 #define crypto_inst_setname_2(inst, name, driver, alg) \ argument
/linux/drivers/crypto/ccp/
H A Dccp-crypto.h41 struct skcipher_alg alg; member
49 struct aead_alg alg; member
62 struct ahash_alg alg; member
68 struct akcipher_alg alg; member
74 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in ccp_crypto_skcipher_alg() local
82 struct crypto_alg *alg = tfm->__crt_alg; in ccp_crypto_ahash_alg() local
H A Dccp-crypto-aes-cmac.c260 struct ccp_crypto_ahash_alg *alg = in ccp_aes_cmac_setkey() local
352 struct ahash_alg *alg; in ccp_register_aes_cmac_algs() local
/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_skcipher_algs.c95 virtio_crypto_alg_validate_key(int key_len, uint32_t *alg) in virtio_crypto_alg_validate_key()
111 uint32_t alg, const uint8_t *key, in virtio_crypto_alg_skcipher_init_session()
251 uint32_t alg; in virtio_crypto_alg_skcipher_init_sessions() local
284 uint32_t alg; in virtio_crypto_skcipher_setkey() local
/linux/drivers/mmc/host/
H A Dcqhci-crypto.c16 enum cqhci_crypto_alg alg; member
62 const struct cqhci_crypto_alg_entry *alg = in cqhci_crypto_keyslot_program() local
/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.c908 struct skcipher_alg *alg = crypto_skcipher_alg(sk); in crypto4xx_sk_init() local
941 struct aead_alg *alg = crypto_aead_alg(tfm); in crypto4xx_aead_init() local
971 struct crypto4xx_alg *alg; in crypto4xx_register_alg() local
1008 struct crypto4xx_alg *alg, *tmp; in crypto4xx_unregister_alg() local
1121 struct rng_alg *alg = crypto_rng_alg(tfm); in crypto4xx_prng_generate() local
/linux/include/crypto/internal/
H A Daead.h25 struct aead_alg alg; member
139 static inline unsigned int crypto_aead_alg_chunksize(struct aead_alg *alg) in crypto_aead_alg_chunksize()
/linux/tools/testing/selftests/tpm2/
H A Dtpm2.py204 def __init__(self, alg): argument
220 def __init__(self, alg): argument
325 def get_digest_size(alg): argument
332 def get_hash_function(alg): argument
/linux/drivers/crypto/caam/
H A Dcaamalg_qi.c87 struct caam_aead_alg *alg = container_of(crypto_aead_alg(aead), in aead_set_sh_desc() local
626 struct caam_skcipher_alg *alg = in skcipher_setkey() local
946 struct caam_aead_alg *alg = container_of(crypto_aead_alg(aead), in aead_edesc_alloc() local
2507 struct skcipher_alg *alg = crypto_skcipher_alg(tfm); in caam_cra_init() local
2540 struct aead_alg *alg = crypto_aead_alg(tfm); in caam_aead_init() local
2594 struct skcipher_alg *alg = &t_alg->skcipher; in caam_skcipher_alg_init() local
2608 struct aead_alg *alg = &t_alg->aead; in caam_aead_alg_init() local
/linux/security/ipe/
H A Ddigest.h15 const char *alg; member

1234