Searched refs:OPENSSL_BLOCK (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_typefun.c14 typedef void *OPENSSL_BLOCK; typedef
21 void (*free_func)(OPENSSL_BLOCK), int ex_tag,
/freebsd-11-stable/crypto/openssl/crypto/asn1/
H A Dasn_pack.c70 STACK_OF(OPENSSL_BLOCK) *ASN1_seq_unpack(const unsigned char *buf, int len,
72 void (*free_func) (OPENSSL_BLOCK))
74 STACK_OF(OPENSSL_BLOCK) *sk;
88 unsigned char *ASN1_seq_pack(STACK_OF(OPENSSL_BLOCK) *safes, i2d_of_void *i2d,
H A Da_set.c90 int i2d_ASN1_SET(STACK_OF(OPENSSL_BLOCK) *a, unsigned char **pp,
169 STACK_OF(OPENSSL_BLOCK) *d2i_ASN1_SET(STACK_OF(OPENSSL_BLOCK) **a,
172 void (*free_func) (OPENSSL_BLOCK),
176 STACK_OF(OPENSSL_BLOCK) *ret = NULL;
H A Dasn1.h904 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,
909 void (*free_func) (OPENSSL_BLOCK),
1061 STACK_OF(OPENSSL_BLOCK) *ASN1_seq_unpack(const unsigned char *buf, int len,
1063 void (*free_func) (OPENSSL_BLOCK));
1064 unsigned char *ASN1_seq_pack(STACK_OF(OPENSSL_BLOCK) *safes, i2d_of_void *i2d,
/freebsd-11-stable/crypto/openssl/crypto/stack/
H A Dsafestack.h137 typedef void *OPENSSL_BLOCK; typedef
138 DECLARE_SPECIAL_STACK_OF(OPENSSL_BLOCK, void)
192 (STACK_OF(OPENSSL_BLOCK) **)CHECKED_PTR_OF(STACK_OF(type)*, st), \
198 i2d_ASN1_SET((STACK_OF(OPENSSL_BLOCK) *)CHECKED_STACK_OF(type, st), pp, \
2196 # define sk_OPENSSL_BLOCK_new(cmp) ((STACK_OF(OPENSSL_BLOCK) *)sk_new(CHECKED_SK_CMP_FUNC(void, cmp)))
2197 # define sk_OPENSSL_BLOCK_new_null() ((STACK_OF(OPENSSL_BLOCK) *)sk_new_null())
2198 # define sk_OPENSSL_BLOCK_push(st, val) sk_push(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, val))
2199 # define sk_OPENSSL_BLOCK_find(st, val) sk_find(CHECKED_STACK_OF(OPENSSL_BLOCK, st), CHECKED_PTR_OF(void, val))
2200 # define sk_OPENSSL_BLOCK_value(st, i) ((OPENSSL_BLOCK)sk_value(CHECKED_STACK_OF(OPENSSL_BLOCK, s
[all...]

Completed in 91 milliseconds