Searched refs:extraspec (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dcipher-proto.h100 cipher_extra_spec_t *extraspec,
104 md_extra_spec_t *extraspec,
108 pk_extra_spec_t *extraspec,
H A Dmodule.c78 void *spec, void *extraspec, gcry_module_t *module)
99 entry->extraspec = extraspec;
77 _gcry_module_add(gcry_module_t *entries, unsigned int mod_id, void *spec, void *extraspec, gcry_module_t *module) argument
H A Dg10lib.h265 void *extraspec; /* Pointer to the subsystem-specific
278 void *extraspec,
263 void *extraspec; /* Pointer to the subsystem-specific member in struct:gcry_module
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dmd.c33 /* A dummy extraspec so that we do not need to tests the extraspec
44 md_extra_spec_t *extraspec; member in struct:digest_table_entry
195 (void *) digest_table[i].extraspec,
261 md_extra_spec_t *extraspec,
275 (void *)(extraspec? extraspec : &dummy_extra_spec),
1354 cipher_extra_spec_t *extraspec = NULL; local
1362 extraspec = module->extraspec;
260 _gcry_md_register(gcry_md_spec_t *digest, md_extra_spec_t *extraspec, unsigned int *algorithm_id, gcry_module_t *module) argument
[all...]
H A Dcipher.c44 /* A dummy extraspec so that we do not need to tests the extraspec
54 cipher_extra_spec_t *extraspec; member in struct:cipher_table_entry
168 cipher_extra_spec_t *extraspec; member in struct:gcry_cipher_handle
323 (void *) cipher_table[i].extraspec,
393 cipher_extra_spec_t *extraspec,
407 (void *)(extraspec? extraspec : &dummy_extra_spec),
692 cipher_extra_spec_t *extraspec = NULL;
719 extraspec
390 _gcry_cipher_register(gcry_cipher_spec_t *cipher, cipher_extra_spec_t *extraspec, int *algorithm_id, gcry_module_t *module) argument
690 cipher_extra_spec_t *extraspec = NULL; local
2193 cipher_extra_spec_t *extraspec = NULL; local
[all...]
H A Dpubkey.c44 /* A dummy extraspec so that we do not need to tests the extraspec
56 pk_extra_spec_t *extraspec; member in struct:pubkey_table_entry
221 (void *) pubkey_table[i].extraspec,
261 pk_extra_spec_t *extraspec,
275 (void *)(extraspec? extraspec : &dummy_extra_spec),
559 pk_extra_spec_t *extraspec = pubkey->extraspec; local
561 if (extraspec
260 _gcry_pk_register(gcry_pk_spec_t *pubkey, pk_extra_spec_t *extraspec, unsigned int *algorithm_id, gcry_module_t *module) argument
1860 sexp_elements_extract_ecc(gcry_sexp_t key_sexp, const char *element_names, gcry_mpi_t *elements, pk_extra_spec_t *extraspec) argument
2006 pk_extra_spec_t *extraspec; local
3725 pk_extra_spec_t *extraspec; local
3830 pk_extra_spec_t *extraspec; local
3906 pk_extra_spec_t *extraspec; local
4120 pk_extra_spec_t *extraspec = NULL; local
[all...]

Completed in 108 milliseconds