Home
last modified time | relevance | path

Searched refs:STACK_OF (Results 1 – 4 of 4) sorted by relevance

/babblesim_ext_libCryptov1-latest/include/openssl/
Dasn1.h558 typedef STACK_OF(ASN1_TYPE) ASN1_SEQUENCE_ANY;
904 int i2d_ASN1_SET(STACK_OF(OPENSSL_BLOCK) *a, unsigned char **pp,
906 STACK_OF(OPENSSL_BLOCK) *d2i_ASN1_SET(STACK_OF(OPENSSL_BLOCK) **a,
1061 STACK_OF(OPENSSL_BLOCK) *ASN1_seq_unpack(const unsigned char *buf, int len,
1064 unsigned char *ASN1_seq_pack(STACK_OF(OPENSSL_BLOCK) *safes, i2d_of_void *i2d,
1157 STACK_OF(X509_ALGOR) *mdalgs, const ASN1_ITEM *it);
Dsafestack.h76 ((_STACK*) (1 ? p : (STACK_OF(type)*)0))
88 # define STACK_OF(type) struct stack_st_##type macro
89 # define PREDECLARE_STACK_OF(type) STACK_OF(type);
92 STACK_OF(type) \
97 STACK_OF(type) \
145 ((STACK_OF(type) *)sk_new(CHECKED_SK_CMP_FUNC(type, cmp)))
147 ((STACK_OF(type) *)sk_new_null())
177 (STACK_OF(type) *)sk_dup(CHECKED_STACK_OF(type, st))
181 …(STACK_OF(type) *)sk_deep_copy(CHECKED_STACK_OF(type, st), CHECKED_SK_COPY_FUNC(type, copy_func), …
191 (STACK_OF(type) *)d2i_ASN1_SET( \
[all …]
Dcrypto.h293 STACK_OF(void) *sk;
Devp.h151 STACK_OF(X509_ATTRIBUTE) *attributes; /* [ 0 ] */