Searched defs:algo (Results 26 - 50 of 59) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dfips_aesavs.c640 char algo[8] = ""; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/crypto/
H A Dtcrypt.c103 static void test_hash(char *algo, struct hash_testvec *template, argument
217 static void test_cipher(char *algo, int enc, argument
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...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddct-test.c75 struct algo { struct
/netgear-WNDR4500-V1.0.1.40_1.0.68/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...]
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...]
H A Decc.c976 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...]
H A Dmd.c431 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 Drijndael.c1976 run_selftests(int algo, int extended, selftest_report_func_t report) argument
H A Dpubkey.c1060 pkcs1_encode_for_signature(gcry_mpi_t *r_result, unsigned int nbits, const unsigned char *value, size_t valuelen, int algo) argument
1128 mgf1(unsigned char *output, size_t outlen, unsigned char *seed, size_t seedlen, int algo) argument
1207 oaep_encode(gcry_mpi_t *r_result, unsigned int nbits, int algo, const unsigned char *value, size_t valuelen, const unsigned char *label, size_t labellen, const void *random_override, size_t random_override_len) argument
1343 oaep_decode(unsigned char **r_result, size_t *r_resultlen, unsigned int nbits, int algo, gcry_mpi_t value, const unsigned char *label, size_t labellen) argument
1519 pss_encode(gcry_mpi_t *r_result, unsigned int nbits, int algo, const unsigned char *value, size_t valuelen, int saltlen, const void *random_override, size_t random_override_len) argument
1649 pss_verify(gcry_mpi_t value, gcry_mpi_t encoded, unsigned int nbits, int algo, size_t saltlen) argument
2179 static const struct { const char *name; int algo; } hashnames[] = { member in struct:__anon2592
2194 int algo; local
3420 int algo; local
3903 gcry_pk_get_param(int algo, const char *name) argument
4117 _gcry_pk_selftest(int algo, int extended, selftest_report_func_t report) argument
4154 _gcry_pk_get_elements(int algo, char **enc, char **sig) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dmbcs.c577 struct algoblock *algo; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/crypto/
H A Dpadlock-aes.c66 algo:3, member in struct:cword
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dgtls.c532 unsigned int algo; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/ip/
H A Dipxfrm.c478 static void xfrm_algo_print(struct xfrm_algo *algo, int type, int len, argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dbenchmark.c410 int algo; local
523 int algo; local
[all...]
H A Dbasic.c124 int algo; member in struct:tv
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:__anon2640
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:__anon2641
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:__anon2642
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...]
H A Dfipsdrv.c981 int algo; member in struct:__anon2648
2317 int algo; local
2374 int algo; local
2423 int algo; local
2442 int algo; local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Di2c.h300 const struct i2c_algorithm *algo; /* the algorithm to access the bus */ member in struct:i2c_adapter
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnv_type.h45 struct i2c_algo_bit_data algo; member in struct:nvidia_i2c_chan
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/
H A Dw9968cf.c1559 static struct i2c_algorithm algo = { local
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/i810/
H A Di810.h251 struct i2c_algo_bit_data algo; member in struct:i810fb_i2c_chan
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_user.c234 struct xfrm_algo_desc *algo; local

Completed in 307 milliseconds

123