Searched refs:flags (Results 1 – 5 of 5) sorted by relevance
/babblesim_ext_libCryptov1-latest/include/openssl/ |
D | asn1.h | 215 int flags; /* Should we free this one */ member 248 long flags; member 277 unsigned long flags; member 822 unsigned char *flags, int flags_len); 1007 int ASN1_STRING_print_ex_fp(FILE *fp, ASN1_STRING *str, unsigned long flags); 1039 int ASN1_STRING_print_ex(BIO *out, ASN1_STRING *str, unsigned long flags); 1137 void ASN1_PCTX_set_flags(ASN1_PCTX *p, unsigned long flags); 1139 void ASN1_PCTX_set_nm_flags(ASN1_PCTX *p, unsigned long flags); 1141 void ASN1_PCTX_set_cert_flags(ASN1_PCTX *p, unsigned long flags); 1143 void ASN1_PCTX_set_oid_flags(ASN1_PCTX *p, unsigned long flags); [all …]
|
D | evp.h | 164 unsigned long flags; member 272 unsigned long flags; member 315 unsigned long flags; member 462 unsigned long flags; /* Various flags */ member 592 void EVP_MD_CTX_set_flags(EVP_MD_CTX *ctx, int flags); 593 void EVP_MD_CTX_clear_flags(EVP_MD_CTX *ctx, int flags); 594 int EVP_MD_CTX_test_flags(const EVP_MD_CTX *ctx, int flags); 617 void EVP_CIPHER_CTX_set_flags(EVP_CIPHER_CTX *ctx, int flags); 618 void EVP_CIPHER_CTX_clear_flags(EVP_CIPHER_CTX *ctx, int flags); 619 int EVP_CIPHER_CTX_test_flags(const EVP_CIPHER_CTX *ctx, int flags); [all …]
|
D | bn.h | 286 # define BN_set_flags(b,n) ((b)->flags|=(n)) 287 # define BN_get_flags(b,n) ((b)->flags&(n)) 297 (dest)->flags=(((dest)->flags & BN_FLG_MALLOCED) \ 298 | ((b)->flags & ~BN_FLG_MALLOCED) \ 320 int flags; member 333 int flags; member 345 int flags; member
|
D | bio.h | 240 void BIO_set_flags(BIO *b, int flags); 241 int BIO_test_flags(const BIO *b, int flags); 242 void BIO_clear_flags(BIO *b, int flags); 332 int flags; /* extra storage */ member
|
D | objects.h | 1023 int flags); 1097 # define OBJ_bsearch_ex(type1,key,type2,base,num,cmp,flags) \ argument 1102 cmp##_BSEARCH_CMP_FN)),flags)
|