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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/tests/
H A Dtestapi.c42 gcry_sexp_t sexp; local
55 rc = gcry_sexp_build ( &sexp, NULL,
59 gcry_sexp_dump ( sexp );
61 x = gcry_sexp_cdr ( sexp );
66 nbits = gcry_pk_get_nbits( sexp );
68 n = gcry_sexp_sprint ( sexp, 0, NULL, 0 );
70 n = gcry_sexp_sprint ( sexp, 0, buf, n );
73 gcry_sexp_release( sexp );
102 else if ( !strcmp ( argv[1], "sexp" ) )
H A Dkeygrip.c147 gcry_sexp_t sexp;
160 err = gcry_sexp_sscan (&sexp, NULL, key_grips[i].key,
167 ret = gcry_pk_get_keygrip (sexp, buf);
178 gcry_sexp_release (sexp);
145 gcry_sexp_t sexp; local
H A Dtsexp.c66 gcry_sexp_t sexp; local
98 if ( gcry_sexp_build (&sexp, NULL, string,
110 if ( gcry_sexp_build (&sexp, NULL, string,
123 if ( gcry_sexp_build (&sexp, NULL, string,
130 if (!gcry_is_secure (sexp))
147 if ( gcry_sexp_build (&sexp, NULL, string, help_sexp,
174 s1 = gcry_sexp_find_token (sexp, token, strlen(token) );
235 gcry_sexp_release (sexp);
236 sexp = NULL;
H A Dac-data.c58 gcry_sexp_t sexp; local
64 err = gcry_ac_data_to_sexp (data, &sexp, identifiers);
67 gcry_sexp_dump (sexp);
68 err = gcry_ac_data_from_sexp (&data2, sexp, identifiers);
91 gcry_sexp_release (sexp);
H A Dfips186-dsa.c135 extract_cmp_mpi (gcry_sexp_t sexp, const char *name, const char *expected) argument
140 l1 = gcry_sexp_find_token (sexp, name, 0);
154 extract_cmp_data (gcry_sexp_t sexp, const char *name, const char *expected) argument
162 l1 = gcry_sexp_find_token (sexp, name, 0);
174 extract_cmp_int (gcry_sexp_t sexp, const char *name, int expected) argument
179 l1 = gcry_sexp_find_token (sexp, name, 0);
H A Dcavs_driver.pl388 my $sexp;
393 $sexp = "(genkey(rsa(nbits " . sprintf ("%u:%s", length($n), $n) . ")"
403 return pipe_through_program($sexp, "fipsdrv rsa-derive");
533 my $sexp;
535 $sexp = "(public-key(dsa(p #$p#)(q #$q#)(g #$g#)(y #$y#)))";
538 print FH $sexp;
H A Dpkcs1v2.c128 extract_cmp_data (gcry_sexp_t sexp, const char *name, const char *expected, argument
138 l1 = gcry_sexp_find_token (sexp, name, 0);
H A Dpubkey.c647 key_param_from_sexp (gcry_sexp_t sexp, const char *topname, const char *name) argument
652 l1 = gcry_sexp_find_token (sexp, topname, 0);
H A Dfipsdrv.c772 gcry_sexp_t sexp; local
784 err = gcry_sexp_create (&sexp, buffer, buflen, 1, gcry_free);
788 return sexp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dsexp.c0 /* sexp.c - S-Expression handling
267 gcry_sexp_release( gcry_sexp_t sexp )
269 if (sexp)
271 if (gcry_is_secure (sexp))
274 const byte *p = sexp->d;
298 wipememory (sexp->d, p - sexp->d);
300 gcry_free ( sexp );
853 gcry_sexp_t sexp; member in struct:make_space_ctx
861 size_t used = c->pos - c->sexp
[all...]
H A Dvisibility.c128 gcry_sexp_release (gcry_sexp_t sexp) argument
130 _gcry_sexp_release (sexp);
141 gcry_sexp_sprint (gcry_sexp_t sexp, int mode, void *buffer, size_t maxlength) argument
143 return _gcry_sexp_sprint (sexp, mode, buffer, maxlength);
167 /* This is not yet implemented in sexp.c. */
983 gcry_ac_data_to_sexp (gcry_ac_data_t data, gcry_sexp_t *sexp, argument
986 return _gcry_ac_data_to_sexp (data, sexp, identifiers);
990 gcry_ac_data_from_sexp (gcry_ac_data_t *data, gcry_sexp_t sexp, argument
993 return _gcry_ac_data_from_sexp (data, sexp, identifiers);
H A DMakefile.in111 libgcrypt_la-sexp.lo libgcrypt_la-hwfeatures.lo \
343 misc.c global.c sexp.c hwfeatures.c \
615 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgcrypt_la-sexp.Plo@am__quote@
661 libgcrypt_la-sexp.lo: sexp.c
662 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgcrypt_la_CFLAGS) $(CFLAGS) -MT libgcrypt_la-sexp.lo -MD -MP -MF $(DEPDIR)/libgcrypt_la-sexp.Tpo -c -o libgcrypt_la-sexp.lo `test -f 'sexp.c' || echo '$(srcdir)/'`sexp
[all...]
H A DMakefile111 libgcrypt_la-sexp.lo libgcrypt_la-hwfeatures.lo \
343 misc.c global.c sexp.c hwfeatures.c \
615 include ./$(DEPDIR)/libgcrypt_la-sexp.Plo
661 libgcrypt_la-sexp.lo: sexp.c
662 $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libgcrypt_la_CFLAGS) $(CFLAGS) -MT libgcrypt_la-sexp.lo -MD -MP -MF $(DEPDIR)/libgcrypt_la-sexp.Tpo -c -o libgcrypt_la-sexp.lo `test -f 'sexp.c' || echo '$(srcdir)/'`sexp
[all...]
H A DMakefile.am57 misc.c global.c sexp.c hwfeatures.c \
H A Dgcrypt.h479 void gcry_sexp_release (gcry_sexp_t sexp);
488 size_t gcry_sexp_sprint (gcry_sexp_t sexp, int mode, void *buffer,
1465 gcry_error_t gcry_ac_data_to_sexp (gcry_ac_data_t data, gcry_sexp_t *sexp,
1472 gcry_error_t gcry_ac_data_from_sexp (gcry_ac_data_t *data, gcry_sexp_t sexp,
H A Dvisibility.h258 gcry_error_t gcry_ac_data_to_sexp (gcry_ac_data_t data, gcry_sexp_t *sexp,
260 gcry_error_t gcry_ac_data_from_sexp (gcry_ac_data_t *data, gcry_sexp_t sexp,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Ddsa.c418 gcry_sexp_t sexp;
478 initial_seed.sexp = gcry_sexp_find_token (deriveparms, "seed", 0);
479 if (initial_seed.sexp)
480 initial_seed.seed = gcry_sexp_nth_data (initial_seed.sexp, 1,
499 gcry_sexp_release (initial_seed.sexp);
417 gcry_sexp_t sexp; member in struct:__anon2551
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.c1996 sexp_to_key (gcry_sexp_t sexp, int want_private, const char *override_elems, argument
2010 list = gcry_sexp_find_token (sexp,
2089 sexp_to_sig (gcry_sexp_t sexp, gcry_mpi_t **retarray, argument
2101 list = gcry_sexp_find_token( sexp, "sig-val" , 0 );
2229 * Take sexp and return an array of MPI as used for our internal decrypt
2246 sexp_to_enc (gcry_sexp_t sexp, gcry_mpi_t **retarray, gcry_module_t *retalgo, argument
2262 list = gcry_sexp_find_token (sexp, "enc-val" , 0);
2827 block type 2 padding. The function returns a sexp which may be
3075 signed mpi by using the sexp format string "%m". */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/misc/
H A Dpo-mode.el465 :type 'sexp

Completed in 412 milliseconds