Home
last modified time | relevance | path

Searched defs:alg (Results 51 – 75 of 289) sorted by relevance

12345678910>>...12

/openbmc/linux/drivers/crypto/xilinx/
H A Dzynqmp-aes-gcm.c48 } alg; member
288 struct aead_alg *alg = crypto_aead_alg(aead); in zynqmp_aes_aead_encrypt() local
301 struct aead_alg *alg = crypto_aead_alg(aead); in zynqmp_aes_aead_decrypt() local
316 struct aead_alg *alg = crypto_aead_alg(aead); in zynqmp_aes_aead_init() local
/openbmc/qemu/crypto/
H A Dhmac-nettle.c94 bool qcrypto_hmac_supports(QCryptoHashAlgorithm alg) in qcrypto_hmac_supports()
104 void *qcrypto_hmac_ctx_new(QCryptoHashAlgorithm alg, in qcrypto_hmac_ctx_new()
H A Dcipher-afalg.c21 qcrypto_afalg_cipher_format_name(QCryptoCipherAlgorithm alg, in qcrypto_afalg_cipher_format_name()
63 qcrypto_afalg_cipher_ctx_new(QCryptoCipherAlgorithm alg, in qcrypto_afalg_cipher_ctx_new()
/openbmc/linux/drivers/crypto/rockchip/
H A Drk3288_crypto_ahash.c49 struct ahash_alg *alg = crypto_ahash_alg(tfm); in rk_ahash_digest_fb() local
263 struct ahash_alg *alg = crypto_ahash_alg(tfm); in rk_hash_run() local
348 struct ahash_alg *alg = crypto_ahash_alg(tfm); in rk_hash_init_tfm() local
/openbmc/qemu/tests/bench/
H A Dbenchmark-crypto-cipher.c20 QCryptoCipherAlgorithm alg) in test_cipher_speed()
170 char *alg = NULL; in main() local
/openbmc/linux/drivers/mmc/host/
H A Dcqhci-crypto.c16 enum cqhci_crypto_alg alg; member
69 const struct cqhci_crypto_alg_entry *alg = in cqhci_crypto_keyslot_program() local
/openbmc/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-des3.c40 struct ccp_crypto_skcipher_alg *alg = ccp_crypto_skcipher_alg(tfm); in ccp_des3_setkey() local
181 struct skcipher_alg *alg; in ccp_register_des3_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
H A Dccp-crypto-aes.c41 struct ccp_crypto_skcipher_alg *alg = ccp_crypto_skcipher_alg(tfm); in ccp_aes_setkey() local
311 struct skcipher_alg *alg; in ccp_register_aes_alg() local
/openbmc/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_skcipher_algs.c97 virtio_crypto_alg_validate_key(int key_len, uint32_t *alg) in virtio_crypto_alg_validate_key()
113 uint32_t alg, const uint8_t *key, in virtio_crypto_alg_skcipher_init_session()
253 uint32_t alg; in virtio_crypto_alg_skcipher_init_sessions() local
286 uint32_t alg; in virtio_crypto_skcipher_setkey() local
/openbmc/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()
/openbmc/linux/crypto/
H A Dhash.h16 struct crypto_alg *alg, in crypto_hash_report_stat()
H A Dalgboss.c46 char alg[CRYPTO_MAX_ALG_NAME]; member
188 static int cryptomgr_schedule_test(struct crypto_alg *alg) in cryptomgr_schedule_test()
/openbmc/qemu/include/crypto/
H A Dhmac.h19 QCryptoHashAlgorithm alg; member
H A Dcipher.h81 QCryptoCipherAlgorithm alg; member
/openbmc/linux/include/crypto/
H A Dhash.h366 struct crypto_alg *alg) in __crypto_hash_alg_common()
570 struct hash_alg_common *alg) in hash_get_stat()
579 static inline int crypto_hash_errstat(struct hash_alg_common *alg, int err) in crypto_hash_errstat()
604 struct hash_alg_common *alg = crypto_hash_alg_common(tfm); in crypto_ahash_update() local
821 static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) in __crypto_shash_alg()
/openbmc/linux/drivers/crypto/amcc/
H A Dcrypto4xx_core.c945 struct skcipher_alg *alg = crypto_skcipher_alg(sk); in crypto4xx_sk_init() local
978 struct aead_alg *alg = crypto_aead_alg(tfm); in crypto4xx_aead_init() local
1008 struct crypto4xx_alg *alg; in crypto4xx_register_alg() local
1049 struct crypto4xx_alg *alg, *tmp; in crypto4xx_unregister_alg() local
1166 struct rng_alg *alg = crypto_rng_alg(tfm); in crypto4xx_prng_generate() local
/openbmc/linux/arch/x86/crypto/
H A Dtwofish_glue.c64 static struct crypto_alg alg = { variable
/openbmc/linux/fs/verity/
H A Dmeasure.c85 u8 *alg, enum hash_algo *halg) in fsverity_get_digest()
/openbmc/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
/openbmc/linux/arch/arm/crypto/
H A Dsha1_glue.c51 static struct shash_alg alg = { variable
H A Dsha1-ce-glue.c65 static struct shash_alg alg = { variable
/openbmc/linux/sound/pci/hda/
H A Dhda_cs_dsp_ctl.c226 unsigned int alg, const void *buf, size_t len) in hda_cs_dsp_write_ctl()
251 unsigned int alg, void *buf, size_t len) in hda_cs_dsp_read_ctl()
/openbmc/linux/arch/s390/crypto/
H A Dsha1_s390.c68 static struct shash_alg alg = { variable

12345678910>>...12