Home
last modified time | relevance | path

Searched refs:val (Results 1 – 3 of 3) sorted by relevance

/babblesim_ext_libCryptov1-latest/include/openssl/
Dsafestack.h154 # define SKM_sk_set(type, st,i,val) \ argument
155 sk_set(CHECKED_STACK_OF(type, st), i, CHECKED_PTR_OF(type, val))
158 # define SKM_sk_push(type, st, val) \ argument
159 sk_push(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val))
160 # define SKM_sk_unshift(type, st, val) \ argument
161 sk_unshift(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val))
162 # define SKM_sk_find(type, st, val) \ argument
163 sk_find(CHECKED_STACK_OF(type, st), CHECKED_PTR_OF(type, val))
164 # define SKM_sk_find_ex(type, st, val) \ argument
166 CHECKED_PTR_OF(type, val))
[all …]
Dasn1.h879 int UTF8_getc(const unsigned char *str, int len, unsigned long *val);
1099 void ASN1_item_free(ASN1_VALUE *val, const ASN1_ITEM *it);
1100 ASN1_VALUE *ASN1_item_d2i(ASN1_VALUE **val, const unsigned char **in,
1102 int ASN1_item_i2d(ASN1_VALUE *val, unsigned char **out, const ASN1_ITEM *it);
1103 int ASN1_item_ndef_i2d(ASN1_VALUE *val, unsigned char **out,
1149 BIO *BIO_new_NDEF(BIO *out, ASN1_VALUE *val, const ASN1_ITEM *it);
1151 int i2d_ASN1_bio_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
1153 int PEM_write_bio_ASN1_stream(BIO *out, ASN1_VALUE *val, BIO *in, int flags,
1155 int SMIME_write_ASN1(BIO *bio, ASN1_VALUE *val, BIO *data, int flags,
Dcrypto.h425 int CRYPTO_set_ex_data(CRYPTO_EX_DATA *ad, int idx, void *val);
450 unsigned long val; member
453 void CRYPTO_THREADID_set_numeric(CRYPTO_THREADID *id, unsigned long val);