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

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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
8 obj-$(CONFIG_I2C_ALGO_SGI) += i2c-algo-sgi.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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);
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...]
H A Dkdf.c33 must provide an HASHALGO, a valid ALGO and depending on that algo a
38 int algo, int hashalgo,
50 if ((algo == GCRY_KDF_SALTED_S2K || algo == GCRY_KDF_ITERSALTED_S2K)
70 if (algo == GCRY_KDF_SALTED_S2K || algo == GCRY_KDF_ITERSALTED_S2K)
75 if (algo == GCRY_KDF_ITERSALTED_S2K)
234 int algo, int subalgo,
253 switch (algo)
258 ec = openpgp_s2k (passphrase, passphraselen, algo, subalg
37 openpgp_s2k(const void *passphrase, size_t passphraselen, int algo, int hashalgo, const void *salt, size_t saltlen, unsigned long iterations, size_t keysize, void *keybuffer) argument
233 gcry_kdf_derive(const void *passphrase, size_t passphraselen, int algo, int subalgo, const void *salt, size_t saltlen, unsigned long iterations, size_t keysize, void *keybuffer) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/cx88/
H A Dcx88-vp3054-i2c.h28 struct i2c_algo_bit_data algo; member in struct:vp3054_i2c_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid6algos.c89 const struct raid6_calls * const * algo; local
116 for ( algo = raid6_algos ; *algo ; algo++ ) {
117 if ( !(*algo)->valid || (*algo)->valid() ) {
125 (*algo)->gen_syndrome(disks, PAGE_SIZE, dptrs);
130 if ( (*algo)->prefer > bestprefer ||
131 ((*algo)->prefer == bestprefer &&
133 best = *algo;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/raid6test/
H A Dtest.c47 const struct raid6_calls * const * algo; local
53 for ( algo = raid6_algos ; *algo ; algo++ ) {
54 if ( !(*algo)->valid || (*algo)->valid() ) {
55 raid6_call = **algo;
80 printf("algo=%-8s faila=%3d(%c) failb=%3d(%c) %s\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_maven.h6 #include <linux/i2c-algo-bit.h>
H A Dmatroxfb_crtc2.h6 #include <linux/i2c-algo-bit.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/tc_ematch/
H A Dtc_em_text.h10 char algo[TC_EM_TEXT_ALGOSIZ]; member in struct:tcf_em_text
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/netfilter/
H A Dxt_string.h11 char algo[XT_STRING_MAX_ALGO_NAME_SIZE]; member in struct:xt_string_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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:__anon2614
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:__anon2615
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:__anon2616
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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/savage/
H A Dsavagefb-i2c.c141 chan->adapter.algo_data = &chan->algo;
143 chan->algo.udelay = 40;
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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnv_i2c.c92 chan->adapter.algo_data = &chan->algo;
94 chan->algo.setsda = nvidia_gpio_setsda;
95 chan->algo.setscl = nvidia_gpio_setscl;
96 chan->algo.getsda = nvidia_gpio_getsda;
97 chan->algo.getscl = nvidia_gpio_getscl;
98 chan->algo.udelay = 40;
99 chan->algo.timeout = msecs_to_jiffies(2);
100 chan->algo.data = chan;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter/
H A Dxt_string.h17 char algo[XT_STRING_MAX_ALGO_NAME_SIZE]; member in struct:xt_string_info
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-prosavage.c61 #include <linux/i2c-algo-bit.h>
74 struct i2c_algo_bit_data algo; member in struct:s_i2c_bus
176 p->adap.algo_data = &p->algo;
178 p->algo.setsda = bit_s3via_setsda;
179 p->algo.setscl = bit_s3via_setscl;
180 p->algo.getsda = bit_s3via_getsda;
181 p->algo.getscl = bit_s3via_getscl;
182 p->algo.udelay = CYCLE_DELAY;
183 p->algo.timeout = TIMEOUT;
184 p->algo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/i810/
H A Di810-i2c.c91 chan->adapter.algo_data = &chan->algo;
94 chan->algo.setsda = i810i2c_setsda;
95 chan->algo.setscl = i810i2c_setscl;
96 chan->algo.getsda = i810i2c_getsda;
97 chan->algo.getscl = i810i2c_getscl;
98 chan->algo.udelay = 10;
99 chan->algo.timeout = (HZ/2);
100 chan->algo.data = chan;
105 chan->algo.setsda(chan, 1);
106 chan->algo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/aty/
H A Dradeon_i2c.c9 #include <linux/i2c-algo-bit.h>
74 chan->adapter.algo_data = &chan->algo;
76 chan->algo.setsda = radeon_gpio_setsda;
77 chan->algo.setscl = radeon_gpio_setscl;
78 chan->algo.getsda = radeon_gpio_getsda;
79 chan->algo.getscl = radeon_gpio_getscl;
80 chan->algo.udelay = 40;
81 chan->algo.timeout = 20;
82 chan->algo.data = chan;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/intelfb/
H A Dintelfb_i2c.c36 #include <linux/i2c-algo-bit.h>
111 chan->adapter.algo_data = &chan->algo;
113 chan->algo.setsda = intelfb_gpio_setsda;
114 chan->algo.setscl = intelfb_gpio_setscl;
115 chan->algo.getsda = intelfb_gpio_getsda;
116 chan->algo.getscl = intelfb_gpio_getscl;
117 chan->algo.udelay = 40;
118 chan->algo.timeout = 20;
119 chan->algo.data = chan;

Completed in 320 milliseconds

1234567