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

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/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 );
865 gcry_sexp_t sexp; member in struct:make_space_ctx
873 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.in133 libgcrypt_la-sexp.lo libgcrypt_la-hwfeatures.lo \
372 misc.c global.c sexp.c hwfeatures.c \
652 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgcrypt_la-sexp.Plo@am__quote@
698 libgcrypt_la-sexp.lo: sexp.c
699 @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 DMakefile.am57 misc.c global.c sexp.c hwfeatures.c \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/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 );
865 gcry_sexp_t sexp; member in struct:make_space_ctx
873 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.in133 libgcrypt_la-sexp.lo libgcrypt_la-hwfeatures.lo \
372 misc.c global.c sexp.c hwfeatures.c \
652 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgcrypt_la-sexp.Plo@am__quote@
698 libgcrypt_la-sexp.lo: sexp.c
699 @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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/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 );
865 gcry_sexp_t sexp; member in struct:make_space_ctx
873 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.in133 libgcrypt_la-sexp.lo libgcrypt_la-hwfeatures.lo \
372 misc.c global.c sexp.c hwfeatures.c \
652 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libgcrypt_la-sexp.Plo@am__quote@
698 libgcrypt_la-sexp.lo: sexp.c
699 @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...]

Completed in 494 milliseconds

123