Searched refs:sexp (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt/cipher/
H A Ddsa.c406 gcry_sexp_t sexp;
466 initial_seed.sexp = gcry_sexp_find_token (deriveparms, "seed", 0);
467 if (initial_seed.sexp)
468 initial_seed.seed = gcry_sexp_nth_data (initial_seed.sexp, 1,
487 gcry_sexp_release (initial_seed.sexp);
405 gcry_sexp_t sexp; member in struct:__anon506
H A Dac.c496 _gcry_ac_data_to_sexp (gcry_ac_data_t data, gcry_sexp_t *sexp,
612 *sexp = sexp_new;
626 _gcry_ac_data_from_sexp (gcry_ac_data_t *data_set, gcry_sexp_t sexp,
642 sexp_cur = sexp;
696 if (sexp_cur != sexp)
793 if (sexp_cur != sexp)
1152 gcry_sexp_t sexp, gcry_ac_data_t *data)
1172 data_raw = gcry_sexp_nth_data (sexp, 0, &data_raw_n);
1180 data_sexp = gcry_sexp_find_token (sexp, algorithm, 0);
1273 gcry_ac_data_t data, gcry_sexp_t *sexp)
494 _gcry_ac_data_to_sexp(gcry_ac_data_t data, gcry_sexp_t *sexp, const char **identifiers) argument
624 _gcry_ac_data_from_sexp(gcry_ac_data_t *data_set, gcry_sexp_t sexp, const char **identifiers) argument
1147 ac_data_extract(const char *identifier, const char *algorithm, gcry_sexp_t sexp, gcry_ac_data_t *data) argument
1267 ac_data_construct(const char *identifier, int include_flags, unsigned int flags, const char *algorithm, gcry_ac_data_t data, gcry_sexp_t *sexp) argument
[all...]
H A Dpubkey.c973 sexp_to_key (gcry_sexp_t sexp, int want_private, gcry_mpi_t **retarray, argument
987 list = gcry_sexp_find_token (sexp,
1059 sexp_to_sig (gcry_sexp_t sexp, gcry_mpi_t **retarray, argument
1071 list = gcry_sexp_find_token( sexp, "sig-val" , 0 );
1148 * Take sexp and return an array of MPI as used for our internal decrypt
1160 sexp_to_enc (gcry_sexp_t sexp, gcry_mpi_t **retarray, gcry_module_t *retalgo, argument
1177 list = gcry_sexp_find_token (sexp, "enc-val" , 0);
1573 block type 2 padding. The function returns a a sexp which may be
/osnet-11/usr/src/grub/grub2/grub-core/lib/libgcrypt-grub/cipher/
H A Ddsa.c406 gcry_sexp_t sexp;
466 initial_seed.sexp = gcry_sexp_find_token (deriveparms, "seed", 0);
467 if (initial_seed.sexp)
468 initial_seed.seed = gcry_sexp_nth_data (initial_seed.sexp, 1,
487 gcry_sexp_release (initial_seed.sexp);
405 gcry_sexp_t sexp; member in struct:__anon556

Completed in 44 milliseconds