Searched defs:extraspec (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Dcipher.c41 /* A dummy extraspec so that we do not need to tests the extraspec
51 cipher_extra_spec_t *extraspec; member in struct:cipher_table_entry
164 cipher_extra_spec_t *extraspec; member in struct:gcry_cipher_handle
306 (void *) cipher_table[i].extraspec,
376 cipher_extra_spec_t *extraspec,
390 (void *)(extraspec? extraspec : &dummy_extra_spec),
675 cipher_extra_spec_t *extraspec = NULL;
703 extraspec
373 _gcry_cipher_register(gcry_cipher_spec_t *cipher, cipher_extra_spec_t *extraspec, int *algorithm_id, gcry_module_t *module) argument
673 cipher_extra_spec_t *extraspec = NULL; local
1903 cipher_extra_spec_t *extraspec = NULL; local
[all...]
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
191 (void *) digest_table[i].extraspec,
257 md_extra_spec_t *extraspec,
271 (void *)(extraspec? extraspec : &dummy_extra_spec),
1346 cipher_extra_spec_t *extraspec = NULL; local
1354 extraspec = module->extraspec;
256 _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 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
219 (void *) pubkey_table[i].extraspec,
259 pk_extra_spec_t *extraspec,
273 (void *)(extraspec? extraspec : &dummy_extra_spec),
557 pk_extra_spec_t *extraspec = pubkey->extraspec; local
559 if (extraspec
258 _gcry_pk_register(gcry_pk_spec_t *pubkey, pk_extra_spec_t *extraspec, unsigned int *algorithm_id, gcry_module_t *module) argument
846 sexp_elements_extract_ecc(gcry_sexp_t key_sexp, const char *element_names, gcry_mpi_t *elements, pk_extra_spec_t *extraspec) argument
983 pk_extra_spec_t *extraspec; local
2372 pk_extra_spec_t *extraspec; local
2657 pk_extra_spec_t *extraspec = NULL; local
[all...]

Completed in 133 milliseconds