Home
last modified time | relevance | path

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

1234

/linux-6.3-rc2/drivers/crypto/keembay/
A 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-6.3-rc2/arch/mips/generic/
A Dboard-ocelot.its.S11 algo = "sha1"; define
22 algo = "sha1"; define
A Dboard-jaguar2.its.S11 algo = "sha1"; define
21 algo = "sha1"; define
A Dboard-boston.its.S10 algo = "sha1"; define
A Dboard-luton.its.S11 algo = "sha1"; define
A Dboard-marduk.its.S10 algo = "sha1"; define
A Dboard-ni169445.its.S10 algo = "sha1"; define
A Dboard-xilfpga.its.S10 algo = "sha1"; define
A Dboard-serval.its.S11 algo = "sha1"; define
A Dvmlinux.its.S19 algo = "sha1"; define
/linux-6.3-rc2/net/ipv6/
A 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-6.3-rc2/crypto/
A Dtcrypt.c240 static void test_mb_aead_speed(const char *algo, int enc, int secs, in test_mb_aead_speed()
515 static void test_aead_speed(const char *algo, int enc, unsigned int secs, in test_aead_speed()
863 static void test_ahash_speed_common(const char *algo, unsigned int secs, in test_ahash_speed_common()
944 static void test_ahash_speed(const char *algo, unsigned int secs, in test_ahash_speed()
950 static void test_hash_speed(const char *algo, unsigned int secs, in test_hash_speed()
1057 static void test_mb_skcipher_speed(const char *algo, int enc, int secs, in test_mb_skcipher_speed()
1290 static void test_skcipher_speed(const char *algo, int enc, unsigned int secs, in test_skcipher_speed()
1420 static void test_acipher_speed(const char *algo, int enc, unsigned int secs, in test_acipher_speed()
1428 static void test_cipher_speed(const char *algo, int enc, unsigned int secs, in test_cipher_speed()
/linux-6.3-rc2/drivers/crypto/virtio/
A Dvirtio_crypto_mgr.c185 uint32_t algo) in virtcrypto_get_dev_node()
286 uint32_t algo) in virtcrypto_algo_is_supported()
/linux-6.3-rc2/lib/raid6/
A Dalgos.c124 const struct raid6_recov_calls *const *algo; in raid6_choose_recov() local
148 const struct raid6_calls *const *algo; in raid6_choose_gen() local
/linux-6.3-rc2/include/linux/
A Ddigsig.h30 uint8_t algo; member
38 uint8_t algo; member
A Dgenalloc.h63 genpool_algo_t algo; /* allocation function */ member
136 size_t size, genpool_algo_t algo, void *data) in gen_pool_alloc_algo()
A Dvia_i2c.h17 struct i2c_algo_bit_data algo; member
A Dmodule_signature.h34 u8 algo; /* Public-key crypto algorithm [0] */ member
/linux-6.3-rc2/security/integrity/ima/
A 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-6.3-rc2/drivers/crypto/qat/qat_common/
A Dicp_qat_hw_20_comp.h11 enum icp_qat_hw_comp_20_hw_comp_format algo; member
115 enum icp_qat_hw_decomp_20_hw_comp_format algo; member
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
A 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-6.3-rc2/include/uapi/linux/
A 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-6.3-rc2/drivers/media/pci/cx88/
A Dcx88-vp3054-i2c.h13 struct i2c_algo_bit_data algo; member
/linux-6.3-rc2/lib/
A Dgenalloc.c276 genpool_algo_t algo, void *data, void **owner) in gen_pool_alloc_algo_owner()
361 dma_addr_t *dma, genpool_algo_t algo, void *data) in gen_pool_dma_alloc_algo()
439 dma_addr_t *dma, genpool_algo_t algo, void *data) in gen_pool_dma_zalloc_algo()
620 void gen_pool_set_algo(struct gen_pool *pool, genpool_algo_t algo, void *data) in gen_pool_set_algo()
/linux-6.3-rc2/include/uapi/linux/tc_ematch/
A Dtc_em_text.h11 char algo[TC_EM_TEXT_ALGOSIZ]; member

Completed in 43 milliseconds

1234