Searched refs:NID_key_usage (Results 1 - 15 of 15) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_bitst.c | 44 EXT_BITSTRING(NID_key_usage, key_usage_type_table);
|
H A D | v3_purp.c | 278 NID_key_usage, /* 83 */ in X509_supported_extension() 471 if ((usage = X509_get_ext_d2i(x, NID_key_usage, &i, NULL)) != NULL) { in ossl_x509v3_cache_extensions()
|
/third_party/node/deps/openssl/openssl/crypto/pkcs12/ |
H A D | p12_attr.c | 32 return PKCS8_pkey_add1_attr_by_NID(p8, NID_key_usage, in PKCS8_add_keyusage()
|
/third_party/openssl/crypto/pkcs12/ |
H A D | p12_attr.c | 32 return PKCS8_pkey_add1_attr_by_NID(p8, NID_key_usage, in PKCS8_add_keyusage()
|
/third_party/openssl/crypto/x509/ |
H A D | v3_bitst.c | 44 EXT_BITSTRING(NID_key_usage, key_usage_type_table);
|
H A D | v3_purp.c | 278 NID_key_usage, /* 83 */ in X509_supported_extension() 471 if ((usage = X509_get_ext_d2i(x, NID_key_usage, &i, NULL)) != NULL) { in ossl_x509v3_cache_extensions()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
H A D | est.c | 487 ex = X509V3_EXT_nconf_nid(ctmp, NULL, NID_key_usage, in generate_csr()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
H A D | est.c | 487 ex = X509V3_EXT_nconf_nid(ctmp, NULL, NID_key_usage, in generate_csr()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | obj_mac.rs | 528 pub const NID_key_usage: c_int = 83; consts
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | nid.rs | 659 pub const KEY_USAGE: Nid = Nid(ffi::NID_key_usage);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | obj_mac.h | 2559 #define NID_key_usage 83 macro
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | obj_mac.h | 2424 #define NID_key_usage 83 macro
|
/third_party/openssl/include/openssl/ |
H A D | obj_mac.h | 2559 #define NID_key_usage 83 macro
|
/third_party/node/deps/openssl/openssl/crypto/objects/ |
H A D | obj_dat.h | 1205 {"keyUsage", "X509v3 Key Usage", NID_key_usage, 3, &so[493]},
|
/third_party/openssl/crypto/objects/ |
H A D | obj_dat.h | 1207 {"keyUsage", "X509v3 Key Usage", NID_key_usage, 3, &so[493]},
|
Completed in 79 milliseconds