Home
last modified time | relevance | path

Searched defs:algo (Results 1 – 25 of 95) sorted by relevance

1234

/linux-5.19.10/drivers/crypto/keembay/
Docs-hcu.c129 static inline u32 ocs_hcu_num_chains(enum ocs_hcu_algo algo) in ocs_hcu_num_chains()
144 static inline u32 ocs_hcu_digest_size(enum ocs_hcu_algo algo) in ocs_hcu_digest_size()
245 enum ocs_hcu_algo algo) in ocs_hcu_get_intermediate_data()
288 enum ocs_hcu_algo algo) in ocs_hcu_set_intermediate_data()
308 enum ocs_hcu_algo algo, u8 *dgst, size_t dgst_len) in ocs_hcu_get_digest()
341 static int ocs_hcu_hw_cfg(struct ocs_hcu_dev *hcu_dev, enum ocs_hcu_algo algo, in ocs_hcu_hw_cfg()
586 int ocs_hcu_hash_init(struct ocs_hcu_hash_ctx *ctx, enum ocs_hcu_algo algo) in ocs_hcu_hash_init()
726 int ocs_hcu_digest(struct ocs_hcu_dev *hcu_dev, enum ocs_hcu_algo algo, in ocs_hcu_digest()
777 int ocs_hcu_hmac(struct ocs_hcu_dev *hcu_dev, enum ocs_hcu_algo algo, in ocs_hcu_hmac()
/linux-5.19.10/arch/mips/generic/
Dboard-ocelot.its.S11 algo = "sha1"; define
22 algo = "sha1"; define
Dboard-jaguar2.its.S11 algo = "sha1"; define
21 algo = "sha1"; define
Dboard-marduk.its.S10 algo = "sha1"; define
Dboard-xilfpga.its.S10 algo = "sha1"; define
Dboard-boston.its.S10 algo = "sha1"; define
Dboard-ni169445.its.S10 algo = "sha1"; define
Dboard-luton.its.S11 algo = "sha1"; define
Dboard-serval.its.S11 algo = "sha1"; define
Dvmlinux.its.S19 algo = "sha1"; define
/linux-5.19.10/net/ipv6/
Dseg6_hmac.c105 struct seg6_hmac_algo *algo; in __hmac_get_algo() local
121 struct seg6_hmac_algo *algo; in __do_hmac() local
353 struct seg6_hmac_algo *algo; in seg6_hmac_init_algo() local
412 struct seg6_hmac_algo *algo = NULL; in seg6_hmac_exit() local
/linux-5.19.10/crypto/
Dtcrypt.c251 static void test_mb_aead_speed(const char *algo, int enc, int secs, in test_mb_aead_speed()
526 static void test_aead_speed(const char *algo, int enc, unsigned int secs, in test_aead_speed()
874 static void test_ahash_speed_common(const char *algo, unsigned int secs, in test_ahash_speed_common()
955 static void test_ahash_speed(const char *algo, unsigned int secs, in test_ahash_speed()
961 static void test_hash_speed(const char *algo, unsigned int secs, in test_hash_speed()
1068 static void test_mb_skcipher_speed(const char *algo, int enc, int secs, in test_mb_skcipher_speed()
1310 static void test_skcipher_speed(const char *algo, int enc, unsigned int secs, in test_skcipher_speed()
1441 static void test_acipher_speed(const char *algo, int enc, unsigned int secs, in test_acipher_speed()
1449 static void test_cipher_speed(const char *algo, int enc, unsigned int secs, in test_cipher_speed()
/linux-5.19.10/lib/raid6/
Dalgos.c126 const struct raid6_recov_calls *const *algo; in raid6_choose_recov() local
150 const struct raid6_calls *const *algo; in raid6_choose_gen() local
/linux-5.19.10/drivers/crypto/virtio/
Dvirtio_crypto_mgr.c185 uint32_t algo) in virtcrypto_get_dev_node()
286 uint32_t algo) in virtcrypto_algo_is_supported()
/linux-5.19.10/include/linux/
Ddigsig.h30 uint8_t algo; member
38 uint8_t algo; member
Dgenalloc.h63 genpool_algo_t algo; /* allocation function */ member
136 size_t size, genpool_algo_t algo, void *data) in gen_pool_alloc_algo()
Dvia_i2c.h17 struct i2c_algo_bit_data algo; member
Dmodule_signature.h34 u8 algo; /* Public-key crypto algorithm [0] */ member
Dparman.h61 enum parman_algo_type algo; member
/linux-5.19.10/security/integrity/ima/
Dima_crypto.c62 enum hash_algo algo; member
91 static struct crypto_shash *ima_alloc_tfm(enum hash_algo algo) in ima_alloc_tfm()
117 enum hash_algo algo; in ima_init_crypto() local
290 static struct crypto_ahash *ima_alloc_atfm(enum hash_algo algo) in ima_alloc_atfm()
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Dbus.c169 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; in nvkm_i2c_bus_probe() local
184 struct i2c_algo_bit_data *algo = bus->i2c.algo_data; in nvkm_i2c_bus_probe() local
/linux-5.19.10/drivers/media/pci/cx88/
Dcx88-vp3054-i2c.h13 struct i2c_algo_bit_data algo; member
/linux-5.19.10/include/uapi/linux/
Dvirtio_crypto.h66 __le32 algo; member
88 __le32 algo; member
125 __le32 algo; member
153 __le32 algo; member
171 __le32 algo; member
222 __le32 algo; member
338 __le32 algo; member
/linux-5.19.10/lib/
Dgenalloc.c278 genpool_algo_t algo, void *data, void **owner) in gen_pool_alloc_algo_owner()
363 dma_addr_t *dma, genpool_algo_t algo, void *data) in gen_pool_dma_alloc_algo()
441 dma_addr_t *dma, genpool_algo_t algo, void *data) in gen_pool_dma_zalloc_algo()
622 void gen_pool_set_algo(struct gen_pool *pool, genpool_algo_t algo, void *data) in gen_pool_set_algo()
/linux-5.19.10/include/uapi/linux/tc_ematch/
Dtc_em_text.h11 char algo[TC_EM_TEXT_ALGOSIZ]; member

1234