Home
last modified time | relevance | path

Searched refs:TYPE (Results 1 – 25 of 51) sorted by relevance

123

/openssl/doc/man3/
H A DDEFINE_STACK_OF.pod36 typedef TYPE * (*sk_TYPE_copyfunc)(const TYPE *a);
46 TYPE *sk_TYPE_delete(STACK_OF(TYPE) *sk, int i);
47 TYPE *sk_TYPE_delete_ptr(STACK_OF(TYPE) *sk, TYPE *ptr);
50 TYPE *sk_TYPE_pop(STACK_OF(TYPE) *sk);
51 TYPE *sk_TYPE_shift(STACK_OF(TYPE) *sk);
54 TYPE *sk_TYPE_set(STACK_OF(TYPE) *sk, int idx, const TYPE *ptr);
55 int sk_TYPE_find(STACK_OF(TYPE) *sk, TYPE *ptr);
251 B<sk_I<TYPE>_new>(), B<sk_I<TYPE>_new_null>() and B<sk_I<TYPE>_new_reserve>()
260 B<sk_I<TYPE>_free>(), B<sk_I<TYPE>_zero>(), B<sk_I<TYPE>_pop_free>() and
263 B<sk_I<TYPE>_pop>(), B<sk_I<TYPE>_shift>(), B<sk_I<TYPE>_delete>() and
[all …]
H A Dd2i_RSAPrivateKey.pod78 TYPE *d2i_TYPEPrivateKey_bio(BIO *bp, TYPE **a);
79 TYPE *d2i_TYPEPrivateKey_fp(FILE *fp, TYPE **a);
81 TYPE *d2i_TYPEPublicKey_bio(BIO *bp, TYPE **a);
82 TYPE *d2i_TYPEPublicKey_fp(FILE *fp, TYPE **a);
83 TYPE *d2i_TYPEparams(TYPE **a, const unsigned char **ppin, long length);
84 TYPE *d2i_TYPEparams_bio(BIO *bp, TYPE **a);
85 TYPE *d2i_TYPEparams_fp(FILE *fp, TYPE **a);
87 TYPE *d2i_TYPE_PUBKEY_bio(BIO *bp, TYPE **a);
88 TYPE *d2i_TYPE_PUBKEY_fp(FILE *fp, TYPE **a);
258 The actual TYPE structure passed to B<i2d_I<TYPE>>() must be a valid
[all …]
H A DOPENSSL_LH_COMPFUNC.pod23 LHASH_OF(TYPE)
25 DEFINE_LHASH_OF_EX(TYPE);
31 TYPE *lh_TYPE_insert(LHASH_OF(TYPE) *table, TYPE *data);
32 TYPE *lh_TYPE_delete(LHASH_OF(TYPE) *table, TYPE *data);
33 TYPE *lh_TYPE_retrieve(LHASH_OF(TYPE) *table, TYPE *data);
61 DEFINE_LHASH_OF(TYPE);
100 static int stuff_cmp(const TYPE *a, const TYPE *b)
123 B<lh_I<TYPE>_free>() frees the B<LHASH_OF>(B<I<TYPE>>) structure
184 static IMPLEMENT_LHASH_DOALL_ARG_FN(TYPE, const TYPE, BIO)
201 function returns or uses a B<I<TYPE> *> or B<LHASH_OF(I<TYPE>) *>. B<lh_I<TYPE>>
[all …]
H A DPEM_read_CMS.pod51 DECLARE_PEM_rw(name, TYPE)
53 TYPE *PEM_read_TYPE(FILE *fp, TYPE **a, pem_password_cb *cb, void *u);
54 TYPE *PEM_read_bio_TYPE(BIO *bp, TYPE **a, pem_password_cb *cb, void *u);
55 int PEM_write_TYPE(FILE *fp, const TYPE *a);
56 int PEM_write_bio_TYPE(BIO *bp, const TYPE *a);
91 In the description below, B<I<TYPE>> is used
101 B<PEM_read_I<TYPE>>() reads a PEM-encoded object of B<I<TYPE>> from the file
105 B<PEM_read_bio_I<TYPE>>() is similar to B<PEM_read_I<TYPE>>() but reads from
111 B<PEM_write_bio_I<TYPE>>() similarly writes to the BIO I<bp>.
121 B<PEM_read_I<TYPE>>() and B<PEM_read_bio_I<TYPE>>() return a pointer to an
[all …]
H A Dd2i_X509.pod361 TYPE *d2i_TYPE(TYPE **a, const unsigned char **ppin, long length);
362 TYPE *d2i_TYPE_bio(BIO *bp, TYPE **a);
363 TYPE *d2i_TYPE_fp(FILE *fp, TYPE **a);
396 B<d2i_I<TYPE>_bio>() is similar to B<d2i_I<TYPE>>() except it attempts
399 B<d2i_I<TYPE>_fp>() is similar to B<d2i_I<TYPE>>() except it attempts
412 B<i2d_I<TYPE>_bio>() is similar to B<i2d_I<TYPE>>() except it writes
416 B<i2d_I<TYPE>_fp>() is similar to B<i2d_I<TYPE>>() except it writes
431 The actual TYPE structure passed to B<i2d_I<TYPE>>() must be a valid
489 B<d2i_I<TYPE>>(), B<d2i_I<TYPE>_bio>() and B<d2i_I<TYPE>_fp>() return a valid
497 B<i2d_I<TYPE>_bio>() and B<i2d_I<TYPE>_fp>() return 1 for success and 0 if an
[all …]
H A DX509_dup.pod321 TYPE *TYPE_new(void);
322 TYPE *TYPE_dup(const TYPE *a);
323 void TYPE_free(TYPE *a);
336 In the description below, B<I<TYPE>> is used
353 B<I<TYPE>_new>() allocates an empty object of the indicated type.
354 The object returned must be released by calling B<I<TYPE>_free>().
356 B<I<TYPE>_new_ex>() is similar to B<I<TYPE>_new>() but also passes the
359 binary data using B<d2i_I<TYPE>>().
361 B<I<TYPE>_dup>() copies an existing object, leaving it untouched.
374 B<I<TYPE>_new>(), B<I<TYPE>_new_ex>() and B<I<TYPE>_dup>() return a pointer to
[all …]
H A DBIO_get_ex_new_index.pod39 int TYPE_set_ex_data(TYPE *d, int idx, void *arg);
41 void *TYPE_get_ex_data(const TYPE *d, int idx);
43 #define TYPE_set_app_data(TYPE *d, void *arg)
44 #define TYPE_get_app_data(TYPE *d)
75 In the description here, I<TYPE> is used a placeholder
78 All functions with a I<TYPE> of B<DH>, B<DSA>, B<RSA> and B<EC_KEY> are deprecated.
82 All functions with a I<TYPE> of B<ENGINE> are deprecated.
92 an offset into the opaque exdata part of the TYPE object.
95 an offset into the opaque exdata part of the TYPE object.
/openssl/crypto/pem/
H A Dpem_local.h96 # define IMPLEMENT_PEM_provided_write_to(name, TYPE, type, str, asn1, \ argument
98 PEM_write_fnsig(name, TYPE, OUTTYPE, writename) \
105 PEM_write_ex_fnsig(name, TYPE, OUTTYPE, writename) \
116 PEM_write_cb_fnsig(name, TYPE, OUTTYPE, writename) \
124 PEM_write_ex_cb_fnsig(name, TYPE, OUTTYPE, writename) \
135 # define IMPLEMENT_PEM_provided_write_fp(name, TYPE, type, str, asn1) argument
136 # define IMPLEMENT_PEM_provided_write_cb_fp(name, TYPE, type, str, asn1) argument
154 IMPLEMENT_PEM_provided_write_fp(name, TYPE, type, str, asn1)
158 IMPLEMENT_PEM_provided_write_cb_fp(name, TYPE, type, str, asn1)
162 IMPLEMENT_PEM_provided_write(name, TYPE, type, str, asn1)
[all …]
/openssl/doc/internal/man3/
H A DOSSL_SAFE_MATH_SIGNED.pod16 OSSL_SAFE_MATH_SIGNED(NAME, TYPE)
17 OSSL_SAFE_MATH_UNSIGNED(NAME, TYPE)
19 TYPE safe_add_TYPE(TYPE a, TYPE b, int *err);
20 TYPE safe_sub_TYPE(TYPE a, TYPE b, int *err);
21 TYPE safe_mul_TYPE(TYPE a, TYPE b, int *err);
22 TYPE safe_div_TYPE(TYPE a, TYPE b, int *err);
23 TYPE safe_mod_TYPE(TYPE a, TYPE b, int *err);
24 TYPE safe_div_round_up_TYPE(TYPE a, TYPE b, int *err);
25 TYPE safe_muldiv_TYPE(TYPE a, TYPE b, TYPE c, int *err);
26 TYPE safe_neg_TYPE(TYPE a, int *err);
[all …]
H A DOPENSSL_SA.pod16 SPARSE_ARRAY_OF(TYPE)
17 DEFINE_SPARSE_ARRAY_OF(TYPE)
19 SPARSE_ARRAY_OF(TYPE) *ossl_sa_TYPE_new(void);
20 void ossl_sa_TYPE_free(const SPARSE_ARRAY_OF(TYPE) *sa);
28 TYPE *ossl_sa_TYPE_get(const SPARSE_ARRAY_OF(TYPE) *sa, ossl_uintmax_t idx);
30 TYPE *value);
44 array of B<I<TYPE>>. This will mean that a pointer to type B<I<TYPE>>
47 B<ossl_sa_I<TYPE>_>. For example:
49 TYPE *ossl_sa_TYPE_get(SPARSE_ARRAY_OF(TYPE) *sa, ossl_uintmax_t idx);
113 B<ossl_sa_I<TYPE>_doall>(), B<ossl_sa_I<TYPE>_doall_arg>(),
[all …]
H A DDEFINE_PRIORITY_QUEUE_OF.pod21 DEFINE_PRIORITY_QUEUE_OF(NAME, TYPE)
40 B<I<TYPE>> is used as a placeholder for any datatype.
47 priority queue of B<I<TYPE>> elements. The type is represented by
48 B<PRIORITY_QUEUE_OF>(B<I<TYPE>>) and each function name begins with
49 B<ossl_pqueue_I<TYPE>_>.
51 B<ossl_pqueue_I<TYPE>_num>() returns the number of elements in I<pq>
54 B<ossl_pqueue_I<TYPE>_new>() allocates a new priority queue using
75 B<ossl_pqueue_I<TYPE>_remove>().
92 B<ossl_pqueue_I<TYPE>_num>() returns the number of elements in the
98 B<ossl_pqueue_I<TYPE>_free>() and B<ossl_pqueue_I<TYPE>_pop_free>()
[all …]
/openssl/dev/release-aux/
H A Drelease-state-fn.sh50 local before="$PRE_LABEL$TYPE"
78 TYPE=
83 TYPE=dev
101 TYPE=
106 TYPE=dev
113 TYPE=dev
128 TYPE=
135 TYPE=dev
143 TYPE=dev
153 TYPE=dev
[all …]
H A Drelease-version-fn.sh42 TYPE=$( echo "$PRE_RELEASE_TAG" \
68 elif [ "$TYPE" = 'dev' ]; then
73 if [ "$TYPE" = 'dev' ]; then
80 if [ "$TYPE" = 'dev' ]; then
94 case "$TYPE+$PRE_LABEL+$PRE_NUM" in
96 PRE_RELEASE_TAG="$TYPE"
/openssl/external/perl/Text-Template-1.56/t/
H A Dtaint.t76 should_fail TYPE => 'file', SOURCE => $tfile;
77 should_fail TYPE => 'file', SOURCE => $tfile, UNTAINT => 1;
78 should_fail TYPE => 'file', SOURCE => $file;
79 should_work TYPE => 'file', SOURCE => $file, UNTAINT => 1;
83 should_fail TYPE => 'filehandle', SOURCE => $fh;
95 should_fail TYPE => 'string', SOURCE => $ttemplate;
97 should_work TYPE => 'string', SOURCE => $template;
103 should_fail TYPE => 'array', SOURCE => $tarray;
104 should_fail TYPE => 'array', SOURCE => $tarray, UNTAINT => 1;
105 should_work TYPE => 'array', SOURCE => $array;
[all …]
H A Dbroken.t13 TYPE => 'string',
21 TYPE => 'string',
30 TYPE => 'string',
38 TYPE => 'string',
50 TYPE => 'string',
62 my $r = Text::Template->new(TYPE => 'string', SOURCE => 'abc{1/0}defg')
H A Dprepend.t20 TYPE => 'STRING',
24 TYPE => 'STRING',
41 TYPE => 'STRING',
45 TYPE => 'STRING',
61 TYPE => 'STRING',
65 TYPE => 'STRING',
H A Ddelimiters.t18 TYPE => 'STRING',
27 $template1 = Text::Template->new(TYPE => 'STRING', SOURCE => $template);
35 TYPE => 'STRING',
44 $template1 = Text::Template->new(TYPE => 'STRING', SOURCE => $template);
74 TYPE => 'STRING',
H A Derror.t20 eval { Text::Template->new(TYPE => 'FILE'); };
24 eval { Text::Template->new(TYPE => 'wlunch', SOURCE => 'fish food'); };
29 TYPE => 'file',
H A Dbasic.t103 $tmpl = Text::Template->new(TYPE => 'STRING', SOURCE => 'B{"\\}"}C{"\\{"}D');
111 $tmpl = Text::Template->new(TYPE => 'STRING', SOURCE => qq{A{"\t"}B});
141 my $tmpl = Text::Template->new(TYPE => 'STRING', SOURCE => $test);
175 TYPE => 'string',
H A Dtemplate-encoding.t27 TYPE => 'FILE',
42 TYPE => 'FILE',
H A Dstrict.t20 TYPE => 'STRING',
24 TYPE => 'STRING',
/openssl/test/
H A Dcmp_ctx_test.c343 TYPE val1_to_free = NEW; \
346 TYPE val2_to_free = NEW; \
348 TYPE val2_read = 0; \
349 TYPE val3_read = 0; \
510 TYPE *, NULL, IS_0, TYPE##_new(), TYPE##_free)
527 TYPE *, NULL, DEFAULT, TYPE##_new(), TYPE##_free)
546 sk_##TYPE##_new_null(), sk_##TYPE##_free)
623 TYPE val1_to_free = NEW; \
628 TYPE val2_read = 0; \
715 DEFINE_PUSH_BASE_TEST(push##N, DUP, FIELD, ELEM, TYPE *, TYPE, \
[all …]
/openssl/crypto/cmp/
H A Dcmp_ctx.c23 #define DEFINE_OSSL_CMP_CTX_get0(FIELD, TYPE) \ argument
24 DEFINE_OSSL_CMP_CTX_get0_NAME(FIELD, FIELD, TYPE)
40 #define DEFINE_OSSL_set0(PREFIX, FIELD, TYPE) \ in DEFINE_OSSL_CMP_CTX_get0_NAME() argument
41 DEFINE_OSSL_set0_NAME(PREFIX, FIELD, FIELD, TYPE) in DEFINE_OSSL_CMP_CTX_get0_NAME()
49 TYPE##_free(ctx->FIELD); \ in DEFINE_OSSL_CMP_CTX_get0_NAME()
241 #define DEFINE_OSSL_set(PREFIX, FIELD, TYPE) \ argument
542 TYPE *val_dup = NULL; \ in DEFINE_OSSL_set1_certs()
551 TYPE##_free(ctx->FIELD); \ in DEFINE_OSSL_set1_certs()
568 if (val != NULL && TYPE##_invalid(val)) { \
572 if (val != NULL && !TYPE##_up_ref(val)) \
[all …]
/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm81 TYPE => $stype,
107 my $type = $self->{TYPE};
129 $self->{TYPE} = 'STRING';
134 $self->{TYPE} = 'STRING';
138 $self->{TYPE} = 'STRING';
170 $self->{TYPE} = $type || 'STRING';
178 return 1 if $self->{TYPE} eq 'PREPARSED';
182 unless ($self->{TYPE} eq 'STRING') {
270 $self->{TYPE} = 'PREPARSED';
296 unless ($fi_self->{TYPE} eq 'PREPARSED') {
[all …]
/openssl/fuzz/
H A Dasn1.c212 #define DO_TEST(TYPE, D2I, I2D, PRINT) { \ argument
215 TYPE *type = D2I(NULL, &p, len); \
228 TYPE ## _free(type); \
235 TYPE *type = D2I(NULL, &p, len); \
246 TYPE ## _free(type); \
250 #define DO_TEST_PRINT_PCTX(TYPE, D2I, I2D, PRINT) { \ argument
253 TYPE *type = D2I(NULL, &p, len); \
264 TYPE ## _free(type); \
269 #define DO_TEST_NO_PRINT(TYPE, D2I, I2D) { \ argument
272 TYPE *type = D2I(NULL, &p, len); \
[all …]

Completed in 65 milliseconds

123