Searched refs:algo (Results 51 - 75 of 283) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dtextsearch.c242 * @algo: name of search algorithm
260 struct ts_config *textsearch_prepare(const char *algo, const void *pattern, argument
270 ops = lookup_ts_algo(algo);
278 request_module("ts_%s", algo);
279 ops = lookup_ts_algo(algo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-nomadik/
H A Di2c-8815nhk.c4 #include <linux/i2c-algo-bit.h>
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_string.c51 if (conf->algo[XT_STRING_MAX_ALGO_NAME_SIZE - 1] != '\0')
60 ts_conf = textsearch_prepare(conf->algo, conf->pattern, conf->patlen,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddibx000_common.c129 struct i2c_algorithm *algo, const char *name,
133 i2c_adap->class = I2C_CLASS_TV_DIGITAL, i2c_adap->algo = algo;
128 i2c_adapter_init(struct i2c_adapter *i2c_adap, struct i2c_algorithm *algo, const char *name, struct dibx000_i2c_master *mst) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/i2c/busses/
H A Di2c-sibyte.c140 i2c_adap->algo = &i2c_sibyte_algo;
159 .algo = NULL,
167 .algo = NULL,
H A Di2c-acorn.c17 #include <linux/i2c-algo-bit.h>
H A Dscx200_i2c.c29 #include <linux/i2c-algo-bit.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dem_text.c68 ts_conf = textsearch_prepare(conf->algo, (u8 *) conf + sizeof(*conf),
114 strncpy(conf.algo, tm->config->ops->name, sizeof(conf.algo) - 1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bfa/include/defs/
H A Dbfa_defs_auth.h126 enum bfa_auth_algo algo; member in struct:bfa_auth_attr_s
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
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...]
H A Dfipsdrv.c981 int algo; member in struct:__anon2424
1038 return table[idx].algo;
1067 die ("gcry_cipher_open failed for algo %d, mode %d: %s\n",
1155 die ("gcry_cipher_open failed for algo %d, mode %d: %s\n",
1248 die ("gcry_md_open failed for algo %d: %s\n",
1272 die ("gcry_md_open failed for HMAC algo %d: %s\n",
1277 die ("gcry_md_setkey failed for HMAC algo %d: %s\n",
2036 " --algo NAME Use algorithm NAME\n"
2141 else if (!strcmp (*argv, "--algo"))
2255 die ("option --algo i
2317 int algo; local
2374 int algo; local
2423 int algo; local
2442 int algo; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
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...]
H A Dfipsdrv.c981 int algo; member in struct:__anon6878
1038 return table[idx].algo;
1067 die ("gcry_cipher_open failed for algo %d, mode %d: %s\n",
1155 die ("gcry_cipher_open failed for algo %d, mode %d: %s\n",
1248 die ("gcry_md_open failed for algo %d: %s\n",
1272 die ("gcry_md_open failed for HMAC algo %d: %s\n",
1277 die ("gcry_md_setkey failed for HMAC algo %d: %s\n",
2036 " --algo NAME Use algorithm NAME\n"
2141 else if (!strcmp (*argv, "--algo"))
2255 die ("option --algo i
2317 int algo; local
2374 int algo; local
2423 int algo; local
2442 int algo; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/lzma_src/C/
H A DLzmaEnc.h20 int algo; /* 0 - fast, 1 - normal, default = 1 */ member in struct:_CLzmaEncProps
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dradeon_i2c.c896 i2c->adapter.algo = &radeon_i2c_algo;
905 i2c->adapter.algo_data = &i2c->algo.bit;
906 i2c->algo.bit.pre_xfer = pre_xfer;
907 i2c->algo.bit.post_xfer = post_xfer;
908 i2c->algo.bit.setsda = set_data;
909 i2c->algo.bit.setscl = set_clock;
910 i2c->algo.bit.getsda = get_data;
911 i2c->algo.bit.getscl = get_clock;
912 i2c->algo.bit.udelay = 20;
915 i2c->algo
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
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-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
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

Completed in 154 milliseconds

1234567891011>>