Home
last modified time | relevance | path

Searched refs:NID_key_usage (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/crypto/x509v3/
Dv3_bitst.c44 EXT_BITSTRING(NID_key_usage, key_usage_type_table);
Dv3_purp.c279 NID_key_usage, /* 83 */ in X509_supported_extension()
441 if ((usage = X509_get_ext_d2i(x, NID_key_usage, &i, NULL))) { in x509v3_cache_extensions()
/third_party/openssl/crypto/pkcs12/
Dp12_attr.c32 return PKCS8_pkey_add1_attr_by_NID(p8, NID_key_usage, in PKCS8_add_keyusage()
/third_party/openssl/doc/man3/
DX509V3_get_d2i.pod122 Key Usage NID_key_usage
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
Dest.c487 ex = X509V3_EXT_nconf_nid(ctmp, NULL, NID_key_usage, in generate_csr()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
Dest.c487 ex = X509V3_EXT_nconf_nid(ctmp, NULL, NID_key_usage, in generate_csr()
/third_party/openssl/crypto/objects/
Dobj_dat.h1166 {"keyUsage", "X509v3 Key Usage", NID_key_usage, 3, &so[493]},
/third_party/openssl/include/openssl/
Dobj_mac.h2424 #define NID_key_usage 83 macro