Searched refs:algo (Results 26 - 50 of 162) sorted by relevance

1234567

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dvisibility.c498 int algo, int mode, unsigned int flags)
506 return _gcry_cipher_open (handle, algo, mode, flags);
559 gcry_cipher_algo_info (int algo, int what, void *buffer, size_t *nbytes) argument
564 return _gcry_cipher_algo_info (algo, what, buffer, nbytes);
613 gcry_cipher_get_algo_keylen (int algo) argument
615 return _gcry_cipher_get_algo_keylen (algo);
619 gcry_cipher_get_algo_blklen (int algo) argument
621 return _gcry_cipher_get_algo_blklen (algo);
697 gcry_pk_algo_info (int algo, int what, void *buffer, size_t *nbytes) argument
702 return _gcry_pk_algo_info (algo, wha
497 gcry_cipher_open(gcry_cipher_hd_t *handle, int algo, int mode, unsigned int flags) argument
752 gcry_pk_get_param(int algo, const char *name) argument
769 gcry_md_open(gcry_md_hd_t *h, int algo, unsigned int flags) argument
787 gcry_md_enable(gcry_md_hd_t hd, int algo) argument
831 gcry_md_read(gcry_md_hd_t hd, int algo) argument
837 gcry_md_hash_buffer(int algo, void *digest, const void *buffer, size_t length) argument
861 gcry_md_get_algo_dlen(int algo) argument
867 gcry_md_is_enabled(gcry_md_hd_t a, int algo) argument
894 gcry_md_algo_info(int algo, int what, void *buffer, size_t *nbytes) argument
900 gcry_md_algo_name(int algo) argument
1206 int algo = _gcry_pk_map_name (name); local
1214 gcry_kdf_derive(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
[all...]
H A Dfips.c431 reporter (const char *domain, int algo, const char *what, const char *errtxt)
439 !strcmp (domain, "cipher")? _gcry_cipher_algo_name (algo) :
440 !strcmp (domain, "digest")? _gcry_md_algo_name (algo) :
441 !strcmp (domain, "hmac")? _gcry_md_algo_name (algo) :
442 !strcmp (domain, "pubkey")? _gcry_pk_algo_name (algo) : "",
443 algo, errtxt? errtxt:"Okay",
428 reporter(const char *domain, int algo, const char *what, const char *errtxt) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-amd756-s4882.c65 error = amd756_smbus.algo->smbus_xfer(adap, addr, flags, read_write,
97 error = amd756_smbus.algo->smbus_xfer(adap, 0x18, 0,
105 error = amd756_smbus.algo->smbus_xfer(adap, addr, flags, read_write,
183 s4882_algo[0] = *(amd756_smbus.algo);
186 s4882_adapter[0].algo = s4882_algo;
189 s4882_algo[i] = *(amd756_smbus.algo);
193 s4882_adapter[i].algo = s4882_algo+i;
203 error = amd756_smbus.algo->smbus_xfer(&amd756_smbus, 0x18, 0,
H A Di2c-versatile.c14 #include <linux/i2c-algo-bit.h>
28 struct i2c_algo_bit_data algo; member in struct:i2c_versatile
100 i2c->adap.algo_data = &i2c->algo;
102 i2c->algo = i2c_versatile_algo;
103 i2c->algo.data = i2c;
H A Di2c-sibyte.c149 i2c_adap->algo = &i2c_sibyte_algo;
159 printk(KERN_INFO " i2c-algo-sibyte.o: scanning bus %s.\n",
187 .algo = NULL,
195 .algo = NULL,
H A Di2c-acorn.c17 #include <linux/i2c-algo-bit.h>
H A Di2c-rpx.c19 #include <linux/i2c-algo-8xx.h>
H A Dscx200_i2c.c29 #include <linux/i2c-algo-bit.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/riva/
H A Drivafb-i2c.c99 chan->adapter.algo_data = &chan->algo;
101 chan->algo.setsda = riva_gpio_setsda;
102 chan->algo.setscl = riva_gpio_setscl;
103 chan->algo.getsda = riva_gpio_getsda;
104 chan->algo.getscl = riva_gpio_getscl;
105 chan->algo.udelay = 40;
106 chan->algo.timeout = msecs_to_jiffies(2);
107 chan->algo.data = chan;
H A Drivafb.h7 #include <linux/i2c-algo-bit.h>
40 struct i2c_algo_bit_data algo; member in struct:riva_i2c_chan
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dkeygrip.c67 int algo;
153 if (gcry_pk_test_algo (key_grips[i].algo))
156 fprintf (stderr, "algo %d not available; test skipped\n",
157 key_grips[i].algo);
65 int algo; member in struct:__anon2623
H A Dbenchmark.c410 int algo; local
433 algo = gcry_md_map_name (algoname);
434 if (!algo)
440 err = gcry_md_open (&hd, algo, 0);
450 printf ("%-12s", gcry_md_algo_name (algo));
496 if (gcry_md_get_algo_dlen (algo) > sizeof digest)
510 gcry_md_hash_buffer (algo, digest, largebuf, 10000);
523 int algo; local
589 algo = gcry_cipher_map_name (algoname);
590 if (!algo)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Delgamal.c616 elg_generate_ext (int algo, unsigned int nbits, unsigned long evalue, argument
626 (void)algo;
661 elg_generate (int algo, unsigned int nbits, unsigned long evalue, argument
666 (void)algo;
680 elg_check_secret_key (int algo, gcry_mpi_t *skey) argument
685 (void)algo;
705 elg_encrypt (int algo, gcry_mpi_t *resarr, argument
711 (void)algo;
730 elg_decrypt (int algo, gcry_mpi_t *result, argument
736 (void)algo;
756 elg_sign(int algo, gcry_mpi_t *resarr, gcry_mpi_t data, gcry_mpi_t *skey) argument
782 elg_verify(int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey, int (*cmp) (void *, gcry_mpi_t), void *opaquev) argument
809 elg_get_nbits(int algo, gcry_mpi_t *pkey) argument
[all...]
H A Drsa.c787 rsa_generate_ext (int algo, unsigned int nbits, unsigned long evalue,
799 (void)algo;
864 rsa_generate (int algo, unsigned int nbits, unsigned long evalue,
867 return rsa_generate_ext (algo, nbits, evalue, NULL, skey, retfactors, NULL);
872 rsa_check_secret_key (int algo, gcry_mpi_t *skey)
877 (void)algo;
897 rsa_encrypt (int algo, gcry_mpi_t *resarr, gcry_mpi_t data,
902 (void)algo;
915 rsa_decrypt (int algo, gcry_mpi_t *result, gcry_mpi_t *data,
925 (void)algo;
786 rsa_generate_ext(int algo, unsigned int nbits, unsigned long evalue, const gcry_sexp_t genparms, gcry_mpi_t *skey, gcry_mpi_t **retfactors, gcry_sexp_t *r_extrainfo) argument
863 rsa_generate(int algo, unsigned int nbits, unsigned long evalue, gcry_mpi_t *skey, gcry_mpi_t **retfactors) argument
871 rsa_check_secret_key(int algo, gcry_mpi_t *skey) argument
896 rsa_encrypt(int algo, gcry_mpi_t *resarr, gcry_mpi_t data, gcry_mpi_t *pkey, int flags) argument
914 rsa_decrypt(int algo, gcry_mpi_t *result, gcry_mpi_t *data, gcry_mpi_t *skey, int flags) argument
996 rsa_sign(int algo, gcry_mpi_t *resarr, gcry_mpi_t data, gcry_mpi_t *skey) argument
1016 rsa_verify(int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey, int (*cmp) (void *opaque, gcry_mpi_t tmp), void *opaquev) argument
1050 rsa_get_nbits(int algo, gcry_mpi_t *pkey) argument
1342 run_selftests(int algo, int extended, selftest_report_func_t report) argument
[all...]
H A Ddsa.c692 dsa_generate_ext (int algo, unsigned int nbits, unsigned long evalue,
708 (void)algo; /* No need to check it. */
942 dsa_generate (int algo, unsigned int nbits, unsigned long evalue,
946 return dsa_generate_ext (algo, nbits, 0, NULL, skey, retfactors, NULL);
952 dsa_check_secret_key (int algo, gcry_mpi_t *skey)
957 (void)algo;
977 dsa_sign (int algo, gcry_mpi_t *resarr, gcry_mpi_t data, gcry_mpi_t *skey)
982 (void)algo;
1003 dsa_verify (int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey,
1009 (void)algo;
691 dsa_generate_ext(int algo, unsigned int nbits, unsigned long evalue, const gcry_sexp_t genparms, gcry_mpi_t *skey, gcry_mpi_t **retfactors, gcry_sexp_t *r_extrainfo) argument
941 dsa_generate(int algo, unsigned int nbits, unsigned long evalue, gcry_mpi_t *skey, gcry_mpi_t **retfactors) argument
951 dsa_check_secret_key(int algo, gcry_mpi_t *skey) argument
976 dsa_sign(int algo, gcry_mpi_t *resarr, gcry_mpi_t data, gcry_mpi_t *skey) argument
1002 dsa_verify(int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey, int (*cmp) (void *, gcry_mpi_t), void *opaquev) argument
1029 dsa_get_nbits(int algo, gcry_mpi_t *pkey) argument
1147 run_selftests(int algo, int extended, selftest_report_func_t report) argument
[all...]
H A Decc.c981 ecc_generate_ext (int algo, unsigned int nbits, unsigned long evalue,
994 (void)algo;
1071 ecc_generate (int algo, unsigned int nbits, unsigned long evalue,
1075 return ecc_generate_ext (algo, nbits, 0, NULL, skey, retfactors, NULL);
1223 ecc_check_secret_key (int algo, gcry_mpi_t *skey)
1228 (void)algo;
1270 ecc_sign (int algo, gcry_mpi_t *resarr, gcry_mpi_t data, gcry_mpi_t *skey)
1275 (void)algo;
1318 ecc_verify (int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey,
1324 (void)algo;
976 ecc_generate_ext(int algo, unsigned int nbits, unsigned long evalue, const gcry_sexp_t genparms, gcry_mpi_t *skey, gcry_mpi_t **retfactors, gcry_sexp_t *r_extrainfo) argument
1066 ecc_generate(int algo, unsigned int nbits, unsigned long evalue, gcry_mpi_t *skey, gcry_mpi_t **retfactors) argument
1218 ecc_check_secret_key(int algo, gcry_mpi_t *skey) argument
1265 ecc_sign(int algo, gcry_mpi_t *resarr, gcry_mpi_t data, gcry_mpi_t *skey) argument
1313 ecc_verify(int algo, gcry_mpi_t hash, gcry_mpi_t *data, gcry_mpi_t *pkey, int (*cmp)(void *, gcry_mpi_t), void *opaquev) argument
1384 ecc_encrypt_raw(int algo, gcry_mpi_t *resarr, gcry_mpi_t k, gcry_mpi_t *pkey, int flags) argument
1479 ecc_decrypt_raw(int algo, gcry_mpi_t *result, gcry_mpi_t *data, gcry_mpi_t *skey, int flags) argument
1572 ecc_get_nbits(int algo, gcry_mpi_t *pkey) argument
1716 run_selftests(int algo, int extended, selftest_report_func_t report) 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.c130 memcpy(&vp3054_i2c->algo, &vp3054_i2c_algo_template,
131 sizeof(vp3054_i2c->algo));
138 vp3054_i2c->algo.data = dev;
140 vp3054_i2c->adap.algo_data = &vp3054_i2c->algo;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/
H A Dtextsearch.c238 * @algo: name of search algorithm
255 struct ts_config *textsearch_prepare(const char *algo, const void *pattern, argument
262 ops = lookup_ts_algo(algo);
270 request_module("ts_%s", algo);
271 ops = lookup_ts_algo(algo);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dxt_string.c57 if (conf->algo[XT_STRING_MAX_ALGO_NAME_SIZE - 1] != '\0')
61 ts_conf = textsearch_prepare(conf->algo, conf->pattern, conf->patlen,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Ddibx000_common.c108 static int i2c_adapter_init(struct i2c_adapter *i2c_adap, struct i2c_algorithm *algo, const char *name, struct dibx000_i2c_master *mst) argument
112 i2c_adap->algo = algo;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dem_text.c67 ts_conf = textsearch_prepare(conf->algo, (u8 *) conf + sizeof(*conf),
113 strncpy(conf.algo, tm->config->ops->name, sizeof(conf.algo) - 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/loginutils/
H A Dpasswd.c16 static char* my_new_password(const struct passwd *pw, uid_t myuid, int algo, char *newp) argument
24 //bb_error_msg("pw=(%s) newp=(%s) myuid=(%d) algo=(%d)\n", pw->pw_passwd, newp, myuid, algo);
27 if (algo) { /* MD5 */
48 static char* new_password(const struct passwd *pw, uid_t myuid, int algo) argument
88 if (algo) { /* MD5 */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dsqlzma.c65 props.algo = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/tools/misc/lzma_src/C/
H A DLzmaEnc.h20 int algo; /* 0 - fast, 1 - normal, default = 1 */ member in struct:_CLzmaEncProps
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dtcrypt.c103 static void test_hash(char *algo, struct hash_testvec *template, argument
115 printk("\ntesting %s\n", algo);
128 tfm = crypto_alloc_hash(algo, 0, CRYPTO_ALG_ASYNC);
130 printk("failed to load transform for %s: %ld\n", algo,
166 printk("testing %s across pages\n", algo);
217 static void test_cipher(char *algo, int enc, argument
236 printk("\ntesting %s %s\n", algo, e);
252 tfm = crypto_alloc_ablkcipher(algo, 0, 0);
255 printk("failed to load transform for %s: %ld\n", algo,
262 printk("failed to allocate request for %s\n", algo);
487 test_cipher_speed(char *algo, int enc, unsigned int sec, struct cipher_testvec *template, unsigned int tcount, struct cipher_speed *speed) argument
736 test_hash_speed(char *algo, unsigned int sec, struct hash_speed *speed) argument
[all...]

Completed in 294 milliseconds

1234567