Home | History | Annotate | Download | only in openssl

Lines Matching refs:flags

275 #define BN_set_flags(b,n)	((b)->flags|=(n))
276 #define BN_get_flags(b,n) ((b)->flags&(n))
278 /* get a clone of a BIGNUM with changed flags, for *temporary* use only
284 (dest)->flags=(((dest)->flags & BN_FLG_MALLOCED) \
285 | ((b)->flags & ~BN_FLG_MALLOCED) \
307 int flags;
320 int flags;
332 int flags;
557 /* BN_BLINDING flags */