Searched defs:algo (Results 51 - 75 of 109) sorted by relevance

12345

/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
661 elg_generate (int algo, unsigned int nbits, unsigned long evalue, argument
680 elg_check_secret_key (int algo, gcry_mpi_t *skey) argument
705 elg_encrypt (int algo, gcry_mpi_t *resarr, argument
730 elg_decrypt (int algo, gcry_mpi_t *result, argument
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 Ddes.c1151 run_selftests(int algo, int extended, selftest_report_func_t report) argument
H A Ddsa.c691 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 Drsa.c786 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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dfips.c428 reporter(const char *domain, int algo, const char *what, const char *errtxt) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/ip/
H A Dipxfrm.c478 static void xfrm_algo_print(struct xfrm_algo *algo, int type, int len, argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dts.c500 X509_ALGOR *algo = NULL; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/vtls/
H A Dgtls.c660 unsigned int algo; local
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dx509asn1.c798 do_pubkey(struct SessionHandle * data, int certnum, const char * algo, curl_asn1Element * param, curl_asn1Element * pubkey) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dts.c500 X509_ALGOR *algo = NULL; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dmbcs.c584 struct algoblock *algo; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_drv.h103 struct i2c_algo_bit_data algo; member in struct:intel_i2c_chan
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dtestmgr.c183 const char *algo = crypto_tfm_alg_driver_name(crypto_ahash_tfm(tfm)); local
357 const char *algo = crypto_tfm_alg_driver_name(crypto_aead_tfm(tfm)); local
685 const char *algo = crypto_tfm_alg_driver_name(crypto_cipher_tfm(tfm)); local
760 const char *algo = local
983 const char *algo = crypto_tfm_alg_driver_name(crypto_comp_tfm(tfm)); local
1065 const char *algo = crypto_tfm_alg_driver_name(crypto_pcomp_tfm(tfm)); local
1240 const char *algo = crypto_tfm_alg_driver_name(crypto_rng_tfm(tfm)); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/cipher/
H A Ddes.c1151 run_selftests(int algo, int extended, selftest_report_func_t report) argument
H A Ddsa.c691 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 Drsa.c786 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 Dcipher.c173 int algo; member in struct:gcry_cipher_handle
685 gcry_cipher_open(gcry_cipher_hd_t *handle, int algo, int mode, unsigned int flags) argument
2071 gcry_cipher_algo_info(int algo, int what, void *buffer, size_t *nbytes) argument
2132 gcry_cipher_get_algo_keylen(int algo) argument
2148 gcry_cipher_get_algo_blklen(int algo) argument
2190 _gcry_cipher_selftest(int algo, int extended, selftest_report_func_t report) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/tests/
H A Dbenchmark.c410 int algo; local
523 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
523 int algo; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.c541 enum dvbfe_algo algo; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dstv0900_sw.c1835 enum fe_stv0900_search_algo algo; local
637 stv0900_get_lock_timeout(s32 *demod_timeout, s32 *fec_timeout, s32 srate, enum fe_stv0900_search_algo algo) argument
H A Dstv090x_priv.h266 enum stv090x_algo algo; member in struct:stv090x_state
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/nvidia/
H A Dnv_type.h44 struct i2c_algo_bit_data algo; member in struct:nvidia_i2c_chan
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/80211core/
H A Dcmmap.c1020 u16_t algo, seq, status; local
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Di2c.h358 const struct i2c_algorithm *algo; /* the algorithm to access the bus */ member in struct:i2c_adapter

Completed in 379 milliseconds

12345