Searched refs:algo (Results 126 - 150 of 417) sorted by last modified time

1234567891011>>

/linux-master/drivers/i2c/busses/
H A Di2c-designware-master.c974 adap->algo = &i2c_dw_algo;
H A Di2c-aspeed.c1048 bus->adap.algo = &aspeed_i2c_algo;
H A Di2c-pasemi-core.c351 smbus->adapter.algo = &smbus_algorithm;
/linux-master/drivers/crypto/virtio/
H A Dvirtio_crypto_akcipher_algs.c50 struct akcipher_engine_alg algo; member in struct:virtio_crypto_akcipher_algo
308 header->algo = cpu_to_le32(VIRTIO_CRYPTO_AKCIPHER_RSA);
405 pr_err("virtio_crypto: Could not find a virtio device in the system or unsupported algo\n");
416 header.algo = cpu_to_le32(VIRTIO_CRYPTO_AKCIPHER_RSA);
420 para.algo = cpu_to_le32(VIRTIO_CRYPTO_AKCIPHER_RSA);
501 .algo.base = {
517 .algo.op = {
524 .algo.base = {
542 .algo.op = {
563 ret = crypto_engine_register_akcipher(&virtio_crypto_akcipher_algs[i].algo);
[all...]
/linux-master/crypto/
H A Dtcrypt.c243 static void test_mb_aead_speed(const char *algo, int enc, int secs, argument
277 tfm = crypto_alloc_aead(algo, 0, 0);
280 algo, PTR_ERR(tfm));
286 pr_err("alg: aead: Failed to setauthsize for %s: %d\n", algo,
316 algo);
330 pr_info("testing speed of multibuffer %s (%s) %s\n", algo,
518 static void test_aead_speed(const char *algo, int enc, unsigned int secs, argument
566 tfm = crypto_alloc_aead(algo, 0, 0);
568 pr_err("alg: aead: Failed to load transform for %s: %ld\n", algo,
575 pr_err("alg: aead: Failed to setauthsize for %s: %d\n", algo,
866 test_ahash_speed_common(const char *algo, unsigned int secs, struct hash_speed *speed, unsigned mask) argument
947 test_ahash_speed(const char *algo, unsigned int secs, struct hash_speed *speed) argument
953 test_hash_speed(const char *algo, unsigned int secs, struct hash_speed *speed) argument
1060 test_mb_skcipher_speed(const char *algo, int enc, int secs, struct cipher_speed_template *template, unsigned int tcount, u8 *keysize, u32 num_mb) argument
1293 test_skcipher_speed(const char *algo, int enc, unsigned int secs, struct cipher_speed_template *template, unsigned int tcount, u8 *keysize, bool async) argument
1423 test_acipher_speed(const char *algo, int enc, unsigned int secs, struct cipher_speed_template *template, unsigned int tcount, u8 *keysize) argument
1431 test_cipher_speed(const char *algo, int enc, unsigned int secs, struct cipher_speed_template *template, unsigned int tcount, u8 *keysize) argument
[all...]
/linux-master/arch/mips/mobileye/
H A Dvmlinux.its.S19 algo = "sha1"; define
H A Dboard-epm5.its.S11 algo = "sha1"; define
/linux-master/drivers/gpu/drm/tests/
H A Ddrm_connector_test.c66 priv->ddc.algo = &dummy_ddc_algorithm;
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_mode.h39 #include <linux/i2c-algo-bit.h>
/linux-master/drivers/gpu/drm/hisilicon/hibmc/
H A Dhibmc_drm_drv.h18 #include <linux/i2c-algo-bit.h>
/linux-master/drivers/gpu/drm/display/
H A Ddrm_dp_aux_bus.c263 WARN_ON_ONCE(!aux->ddc.algo);
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_mode.h40 #include <linux/i2c-algo-bit.h>
/linux-master/arch/s390/kernel/
H A Dmachine_kexec_file.c59 if (ms->algo != 0 ||
/linux-master/tools/testing/selftests/net/
H A Drtnetlink.sh650 algo="aead rfc4106(gcm(aes)) 0x3132333435363738393031323334353664636261 128"
668 $algo sel src $srcip/24 dst $dstip/24
734 algo="aead rfc4106(gcm(aes)) 0x3132333435363738393031323334353664636261 128"
785 mode transport reqid 42 $algo sel src $srcip/24 dst $dstip/24 \
789 mode transport reqid 42 $algo sel src $dstip/24 dst $srcip/24 \
/linux-master/drivers/net/wireless/intersil/p54/
H A Dmain.c504 u8 algo = 0; local
531 algo = P54_CRYPTO_TKIPMICHAEL;
540 algo = P54_CRYPTO_WEP;
548 algo = P54_CRYPTO_AESCCMP;
583 algo = 0;
589 ret = p54_upload_key(priv, algo, slot, key->keyidx,
H A Dfwio.c650 int p54_upload_key(struct p54_common *priv, u8 algo, int slot, u8 idx, u8 len, argument
664 rxkey->key_type = algo;
670 switch (algo) {
691 "invalid cryptographic algorithm: %d\n", algo);
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dfwil_types.h541 u32 algo; /* CRYPTO_ALGO_AES_CCM, CRYPTO_ALGO_WEP128, etc */ member in struct:brcmf_wsec_key
563 __le32 algo; /* CRYPTO_ALGO_AES_CCM, CRYPTO_ALGO_WEP128, etc */ member in struct:brcmf_wsec_key_le
699 u8 algo; /* crypto algorithm */ member in struct:brcmf_sta_info_le::__anon959::__anon962
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dmain.c833 /* Key index/algo block */
1089 u16 algo; local
1118 algo = b43_shm_read16(dev, B43_SHM_SHARED,
1120 printk(" Algo: %04X/%02X", algo, key->algorithm);
/linux-master/drivers/mtd/nand/raw/
H A Dmarvell_nand.c828 if (chip->ecc.algo == NAND_ECC_ALGO_BCH)
840 if (chip->ecc.algo == NAND_ECC_ALGO_BCH)
1020 if (chip->ecc.algo == NAND_ECC_ALGO_BCH)
2293 chip->ecc.algo = NAND_ECC_ALGO_HAMMING;
2303 chip->ecc.algo = NAND_ECC_ALGO_BCH;
/linux-master/net/sched/
H A Dem_text.c62 ts_conf = textsearch_prepare(conf->algo, (u8 *) conf + sizeof(*conf),
111 strncpy(conf.algo, tm->config->ops->name, sizeof(conf.algo) - 1);
/linux-master/drivers/net/ethernet/intel/igb/
H A Digb.h18 #include <linux/i2c-algo-bit.h>
/linux-master/drivers/video/fbdev/via/
H A Dvia_i2c.c189 struct i2c_algo_bit_data *algo,
193 algo->setsda = via_i2c_setsda;
194 algo->setscl = via_i2c_setscl;
195 algo->getsda = via_i2c_getsda;
196 algo->getscl = via_i2c_getscl;
197 algo->udelay = 10;
198 algo->timeout = 2;
199 algo->data = adap_cfg;
204 adapter->algo_data = algo;
235 &i2c_stuff->algo, adap_cf
188 create_i2c_bus(struct i2c_adapter *adapter, struct i2c_algo_bit_data *algo, struct via_port_cfg *adap_cfg, struct pci_dev *pdev) argument
[all...]
/linux-master/drivers/video/fbdev/
H A Dtridentfb.c31 #include <linux/i2c-algo-bit.h>
H A Dtdfxfb.c1198 We rely on the i2c-algo-bit routines to set the pins high before
1270 chan->adapter.algo_data = &chan->algo;
1272 chan->algo.setsda = tdfxfb_ddc_setsda;
1273 chan->algo.setscl = tdfxfb_ddc_setscl;
1274 chan->algo.getsda = tdfxfb_ddc_getsda;
1275 chan->algo.getscl = tdfxfb_ddc_getscl;
1276 chan->algo.udelay = 10;
1277 chan->algo.timeout = msecs_to_jiffies(500);
1278 chan->algo.data = chan;
1298 chan->adapter.algo_data = &chan->algo;
[all...]
/linux-master/drivers/video/fbdev/matrox/
H A Di2c-matroxfb.c18 #include <linux/i2c-algo-bit.h>

Completed in 287 milliseconds

1234567891011>>