Searched refs:EXFLAG_KUSAGE (Results 1 – 6 of 6) sorted by relevance
427 (((x)->ex_flags & EXFLAG_KUSAGE) != 0 && ((x)->ex_kusage & (usage)) == 0)521 x->ex_flags |= EXFLAG_KUSAGE; in ossl_x509v3_cache_extensions()708 else if ((x->ex_flags & EXFLAG_KUSAGE) != 0) in check_ca()902 if ((x->ex_flags & EXFLAG_KUSAGE) != 0 in check_purpose_timestamp_sign()943 if ((x->ex_flags & EXFLAG_KUSAGE) == 0) in check_purpose_code_sign()1088 return (x->ex_flags & EXFLAG_KUSAGE) != 0 ? x->ex_kusage : UINT32_MAX; in X509_get_key_usage()
660 CB_FAIL_IF((x->ex_flags & EXFLAG_KUSAGE) == 0, in check_extensions()1712 …if ((issuer->ex_flags & EXFLAG_KUSAGE) != 0 && (issuer->ex_kusage & KU_CRL_SIGN) == 0 && !verify_c… in check_crl()
100 =item B<EXFLAG_KUSAGE>
429 #define EXFLAG_KUSAGE 0x2 macro
669 #define EXFLAG_KUSAGE 0x2 macro
282 (((c)->ex_flags & EXFLAG_KUSAGE) && !((c)->ex_kusage & (u)))