Searched refs:algo (Results 1 - 25 of 283) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/algos/
H A DMakefile5 obj-$(CONFIG_I2C_ALGOBIT) += i2c-algo-bit.o
6 obj-$(CONFIG_I2C_ALGOPCF) += i2c-algo-pcf.o
7 obj-$(CONFIG_I2C_ALGOPCA) += i2c-algo-pca.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Dhash-common.h25 /**/ (int algo,
H A Dhash-common.c44 _gcry_hash_selftest_check_one (int algo, argument
53 if (_gcry_md_get_algo_dlen (algo) != expectlen)
56 err = _gcry_md_open (&hd, algo, 0);
84 digest = _gcry_md_read (hd, algo);
H A Dmd.c154 static const char * digest_algo_to_string( int algo );
155 static gcry_err_code_t check_digest_algo (int algo);
156 static gcry_err_code_t md_open (gcry_md_hd_t *h, int algo,
158 static gcry_err_code_t md_enable (gcry_md_hd_t hd, int algo);
163 static byte *md_read( gcry_md_hd_t a, int algo );
165 static int md_digest_length( int algo );
166 static const byte *md_asn_oid( int algo, size_t *asnlen, size_t *mdlen );
331 * Map a string to the digest algo
368 * Map a digest algo to a string
392 * string when there is no algo
431 md_open(gcry_md_hd_t *h, int algo, int secure, int hmac) argument
525 gcry_md_open(gcry_md_hd_t *h, int algo, unsigned int flags) argument
833 int algo = md_get_algo (a); local
856 int algo = md_get_algo (hd); local
978 gcry_md_read(gcry_md_hd_t hd, int algo) argument
992 gcry_md_get(gcry_md_hd_t hd, int algo, byte *buffer, int buflen) argument
1012 gcry_md_hash_buffer(int algo, void *digest, const void *buffer, size_t length) argument
1149 gcry_md_algo_info(int algo, int what, void *buffer, size_t *nbytes) argument
1265 int algo; local
1318 gcry_md_is_enabled(gcry_md_hd_t a, int algo) argument
1351 _gcry_md_selftest(int algo, int extended, selftest_report_func_t report) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dhash-common.h25 /**/ (int algo,
H A Dhash-common.c44 _gcry_hash_selftest_check_one (int algo, argument
53 if (_gcry_md_get_algo_dlen (algo) != expectlen)
56 err = _gcry_md_open (&hd, algo, 0);
84 digest = _gcry_md_read (hd, algo);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/raid6/
H A Dalgos.c79 const struct raid6_calls * const * algo; local
106 for ( algo = raid6_algos ; *algo ; algo++ ) {
107 if ( !(*algo)->valid || (*algo)->valid() ) {
116 (*algo)->gen_syndrome(disks, PAGE_SIZE, dptrs);
121 if ( (*algo)->prefer > bestprefer ||
122 ((*algo)->prefer == bestprefer &&
124 best = *algo;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/raid6/test/
H A Dtest.c75 printf("algo=%-8s faila=%3d(%c) failb=%3d(%c) %s\n",
92 const struct raid6_calls *const *algo; local
98 for (algo = raid6_algos; *algo; algo++) {
99 if (!(*algo)->valid || (*algo)->valid()) {
100 raid6_call = **algo;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dcipher-proto.h33 int algo,
39 (int algo, int extended, selftest_report_func_t report);
44 (int algo,
113 gcry_error_t _gcry_cipher_selftest (int algo, int extended,
115 gcry_error_t _gcry_md_selftest (int algo, int extended,
117 gcry_error_t _gcry_pk_selftest (int algo, int extended,
119 gcry_error_t _gcry_hmac_selftest (int algo, int extended,
H A Dgcrypt-module.h113 typedef gcry_err_code_t (*gcry_pk_generate_t) (int algo,
120 typedef gcry_err_code_t (*gcry_pk_check_secret_key_t) (int algo,
124 typedef gcry_err_code_t (*gcry_pk_encrypt_t) (int algo,
131 typedef gcry_err_code_t (*gcry_pk_decrypt_t) (int algo,
138 typedef gcry_err_code_t (*gcry_pk_sign_t) (int algo,
144 typedef gcry_err_code_t (*gcry_pk_verify_t) (int algo,
152 typedef unsigned (*gcry_pk_get_nbits_t) (int algo, gcry_mpi_t *pkey);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dcipher-proto.h33 int algo,
39 (int algo, int extended, selftest_report_func_t report);
44 (int algo,
113 gcry_error_t _gcry_cipher_selftest (int algo, int extended,
115 gcry_error_t _gcry_md_selftest (int algo, int extended,
117 gcry_error_t _gcry_pk_selftest (int algo, int extended,
119 gcry_error_t _gcry_hmac_selftest (int algo, int extended,
H A Dgcrypt-module.h113 typedef gcry_err_code_t (*gcry_pk_generate_t) (int algo,
120 typedef gcry_err_code_t (*gcry_pk_check_secret_key_t) (int algo,
124 typedef gcry_err_code_t (*gcry_pk_encrypt_t) (int algo,
131 typedef gcry_err_code_t (*gcry_pk_decrypt_t) (int algo,
138 typedef gcry_err_code_t (*gcry_pk_sign_t) (int algo,
144 typedef gcry_err_code_t (*gcry_pk_verify_t) (int algo,
152 typedef unsigned (*gcry_pk_get_nbits_t) (int algo, gcry_mpi_t *pkey);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dvia_i2c.h25 #include <linux/i2c-algo-bit.h>
31 struct i2c_algo_bit_data algo; member in struct:via_i2c_stuff
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/video4linux/bttv/
H A DModprobe.conf4 options i2c-algo-bit bit_test=1
H A DModules.conf7 options i2c-algo-bit bit_test=1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/
H A Di2c-mux.c31 struct i2c_algorithm algo; member in struct:i2c_mux_priv
52 ret = parent->algo->master_xfer(parent, msgs, num);
72 ret = parent->algo->smbus_xfer(parent, addr, flags,
86 return parent->algo->functionality(parent);
110 /* Need to do algo dynamically because we don't know ahead
113 if (parent->algo->master_xfer)
114 priv->algo.master_xfer = i2c_mux_master_xfer;
115 if (parent->algo->smbus_xfer)
116 priv->algo.smbus_xfer = i2c_mux_smbus_xfer;
117 priv->algo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx88/
H A Dcx88-vp3054-i2c.h28 struct i2c_algo_bit_data algo; member in struct:vp3054_i2c_state
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/matrox/
H A Dmatroxfb_maven.h6 #include <linux/i2c-algo-bit.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/tc_ematch/
H A Dtc_em_text.h10 char algo[TC_EM_TEXT_ALGOSIZ]; member in struct:tcf_em_text
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dhmac.c59 check_one_mac (int algo, argument
70 err = gcry_md_open (&hd, algo, GCRY_MD_FLAG_HMAC);
73 fail ("algo %d, gcry_md_open failed: %s\n", algo, gpg_strerror (err));
77 mdlen = gcry_md_get_algo_dlen (algo);
80 fail ("algo %d, gcry_md_get_algo_dlen failed: %d\n", algo, mdlen);
87 fail ("algo %d, gcry_md_setkey failed: %s\n", algo, gpg_strerror (err));
105 fail ("algo
[all...]
H A Dbasic.c124 int algo; member in struct:tv
155 if (gcry_cipher_test_algo (tv[i].algo) && in_fips_mode)
159 tv[i].algo);
164 tv[i].algo,
168 fail ("cbc-mac algo %d, gcry_cipher_open failed: %s\n",
169 tv[i].algo, gpg_strerror (err));
173 blklen = gcry_cipher_get_algo_blklen(tv[i].algo);
176 fail ("cbc-mac algo %d, gcry_cipher_get_algo_blklen failed\n",
177 tv[i].algo);
182 keylen = gcry_cipher_get_algo_keylen (tv[i].algo);
363 int algo; member in struct:tv
719 int algo; member in struct:tv
890 int algo; member in struct:tv
1127 int algo; member in struct:__anon2416
1360 check_one_cipher(int algo, int mode, int flags) argument
1572 check_one_md(int algo, const char *data, int len, const char *expect) argument
1892 check_one_hmac(int algo, const char *data, int datalen, const char *key, int keylen, const char *expect) argument
2284 check_pubkey_sign(int n, gcry_sexp_t skey, gcry_sexp_t pkey, int algo) argument
2295 int algo; member in struct:__anon2417
2387 check_pubkey_crypt(int n, gcry_sexp_t skey, gcry_sexp_t pkey, int algo) argument
2394 int algo; /* If not 0 run test only if ALGO matches. */ member in struct:__anon2418
2592 check_pubkey_grip(int n, const unsigned char *grip, gcry_sexp_t skey, gcry_sexp_t pkey, int algo) argument
2610 do_check_one_pubkey(int n, gcry_sexp_t skey, gcry_sexp_t pkey, const unsigned char *grip, int algo, int flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dhmac.c59 check_one_mac (int algo, argument
70 err = gcry_md_open (&hd, algo, GCRY_MD_FLAG_HMAC);
73 fail ("algo %d, gcry_md_open failed: %s\n", algo, gpg_strerror (err));
77 mdlen = gcry_md_get_algo_dlen (algo);
80 fail ("algo %d, gcry_md_get_algo_dlen failed: %d\n", algo, mdlen);
87 fail ("algo %d, gcry_md_setkey failed: %s\n", algo, gpg_strerror (err));
105 fail ("algo
[all...]
H A Dbasic.c124 int algo; member in struct:tv
155 if (gcry_cipher_test_algo (tv[i].algo) && in_fips_mode)
159 tv[i].algo);
164 tv[i].algo,
168 fail ("cbc-mac algo %d, gcry_cipher_open failed: %s\n",
169 tv[i].algo, gpg_strerror (err));
173 blklen = gcry_cipher_get_algo_blklen(tv[i].algo);
176 fail ("cbc-mac algo %d, gcry_cipher_get_algo_blklen failed\n",
177 tv[i].algo);
182 keylen = gcry_cipher_get_algo_keylen (tv[i].algo);
363 int algo; member in struct:tv
719 int algo; member in struct:tv
890 int algo; member in struct:tv
1127 int algo; member in struct:__anon6870
1360 check_one_cipher(int algo, int mode, int flags) argument
1572 check_one_md(int algo, const char *data, int len, const char *expect) argument
1892 check_one_hmac(int algo, const char *data, int datalen, const char *key, int keylen, const char *expect) argument
2284 check_pubkey_sign(int n, gcry_sexp_t skey, gcry_sexp_t pkey, int algo) argument
2295 int algo; member in struct:__anon6871
2387 check_pubkey_crypt(int n, gcry_sexp_t skey, gcry_sexp_t pkey, int algo) argument
2394 int algo; /* If not 0 run test only if ALGO matches. */ member in struct:__anon6872
2592 check_pubkey_grip(int n, const unsigned char *grip, gcry_sexp_t skey, gcry_sexp_t pkey, int algo) argument
2610 do_check_one_pubkey(int n, gcry_sexp_t skey, gcry_sexp_t pkey, const unsigned char *grip, int algo, int flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_i2c.c31 #include <linux/i2c-algo-bit.h>
174 chan->adapter.algo_data = &chan->algo;
176 chan->algo.setsda = set_data;
177 chan->algo.setscl = set_clock;
178 chan->algo.getsda = get_data;
179 chan->algo.getscl = get_clock;
180 chan->algo.udelay = 20;
181 chan->algo.timeout = usecs_to_jiffies(2200);
182 chan->algo.data = chan;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/savage/
H A Dsavagefb-i2c.c141 chan->adapter.algo_data = &chan->algo;
143 chan->algo.udelay = 10;
144 chan->algo.timeout = 20;
145 chan->algo.data = chan;
150 chan->algo.setsda(chan, 1);
151 chan->algo.setscl(chan, 1);
178 par->chan.algo.setsda = prosavage_gpio_setsda;
179 par->chan.algo.setscl = prosavage_gpio_setscl;
180 par->chan.algo.getsda = prosavage_gpio_getsda;
181 par->chan.algo
[all...]

Completed in 143 milliseconds

1234567891011>>