Home | History | Annotate | Download | only in tls

Lines Matching refs:key_usage

753 	cert->key_usage = asn1_bit_string_to_long(hdr.payload, hdr.length);
755 wpa_printf(MSG_DEBUG, "X509: KeyUsage 0x%lx", cert->key_usage);
1810 !(cert->key_usage & X509_KEY_USAGE_KEY_CERT_SIGN)) {