Home
last modified time | relevance | path

Searched refs:NID_X9_62_id_ecPublicKey (Results 1 - 22 of 22) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/objects/
H A Dobj_xref.h35 {NID_ecdsa_with_SHA1, NID_sha1, NID_X9_62_id_ecPublicKey},
40 {NID_ecdsa_with_Recommended, NID_undef, NID_X9_62_id_ecPublicKey},
41 {NID_ecdsa_with_Specified, NID_undef, NID_X9_62_id_ecPublicKey},
42 {NID_ecdsa_with_SHA224, NID_sha224, NID_X9_62_id_ecPublicKey},
43 {NID_ecdsa_with_SHA256, NID_sha256, NID_X9_62_id_ecPublicKey},
44 {NID_ecdsa_with_SHA384, NID_sha384, NID_X9_62_id_ecPublicKey},
45 {NID_ecdsa_with_SHA512, NID_sha512, NID_X9_62_id_ecPublicKey},
H A Dobj_dat.h1530 {"id-ecPublicKey", "id-ecPublicKey", NID_X9_62_id_ecPublicKey, 7, &so[2972]},
/third_party/openssl/crypto/objects/
H A Dobj_xref.h35 {NID_ecdsa_with_SHA1, NID_sha1, NID_X9_62_id_ecPublicKey},
40 {NID_ecdsa_with_Recommended, NID_undef, NID_X9_62_id_ecPublicKey},
41 {NID_ecdsa_with_Specified, NID_undef, NID_X9_62_id_ecPublicKey},
42 {NID_ecdsa_with_SHA224, NID_sha224, NID_X9_62_id_ecPublicKey},
43 {NID_ecdsa_with_SHA256, NID_sha256, NID_X9_62_id_ecPublicKey},
44 {NID_ecdsa_with_SHA384, NID_sha384, NID_X9_62_id_ecPublicKey},
45 {NID_ecdsa_with_SHA512, NID_sha512, NID_X9_62_id_ecPublicKey},
H A Dobj_dat.h1532 {"id-ecPublicKey", "id-ecPublicKey", NID_X9_62_id_ecPublicKey, 7, &so[2972]},
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-x509.c518 case NID_X9_62_id_ecPublicKey: in lws_x509_public_to_jwk()
619 if (id == NID_X9_62_id_ecPublicKey) { in lws_x509_public_to_jwk()
628 if (id == NID_X9_62_id_ecPublicKey) { in lws_x509_public_to_jwk()
636 if (id == NID_X9_62_id_ecPublicKey) in lws_x509_public_to_jwk()
/third_party/node/deps/openssl/openssl/crypto/x509/
H A Dx509type.c75 case NID_X9_62_id_ecPublicKey: in X509_certificate_type()
/third_party/openssl/crypto/x509/
H A Dx509type.c75 case NID_X9_62_id_ecPublicKey: in X509_certificate_type()
/third_party/node/deps/openssl/openssl/providers/implementations/encode_decode/
H A Ddecode_spki2typespki.c85 if (OBJ_obj2nid(oid) == NID_X9_62_id_ecPublicKey in spki2typespki_decode()
/third_party/openssl/providers/implementations/encode_decode/
H A Ddecode_spki2typespki.c85 if (OBJ_obj2nid(oid) == NID_X9_62_id_ecPublicKey in spki2typespki_decode()
/third_party/node/deps/openssl/openssl/crypto/cms/
H A Dcms_ec.c84 if (OBJ_obj2nid(aoid) != NID_X9_62_id_ecPublicKey) in ecdh_cms_set_peerkey()
288 (void)X509_ALGOR_set0(talg, OBJ_nid2obj(NID_X9_62_id_ecPublicKey), in ecdh_cms_encrypt()
/third_party/openssl/crypto/cms/
H A Dcms_ec.c84 if (OBJ_obj2nid(aoid) != NID_X9_62_id_ecPublicKey) in ecdh_cms_set_peerkey()
288 (void)X509_ALGOR_set0(talg, OBJ_nid2obj(NID_X9_62_id_ecPublicKey), in ecdh_cms_encrypt()
/third_party/rust/crates/rust-openssl/openssl-sys/src/
H A Devp.rs12 pub const EVP_PKEY_EC: c_int = NID_X9_62_id_ecPublicKey;
H A Dobj_mac.rs31 pub const NID_X9_62_id_ecPublicKey: c_int = 408; consts
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_ameth.c190 if (!PKCS8_pkey_set0(p8, OBJ_nid2obj(NID_X9_62_id_ecPublicKey), 0, in eckey_priv_encode()
/third_party/openssl/crypto/ec/
H A Dec_ameth.c190 if (!PKCS8_pkey_set0(p8, OBJ_nid2obj(NID_X9_62_id_ecPublicKey), 0, in eckey_priv_encode()
/third_party/openssl/ohos_lite/include/openssl/
H A Devp.h52 # define EVP_PKEY_EC NID_X9_62_id_ecPublicKey
H A Dobj_mac.h169 #define NID_X9_62_id_ecPublicKey 408 macro
/third_party/node/deps/openssl/openssl/include/openssl/
H A Devp.h69 # define EVP_PKEY_EC NID_X9_62_id_ecPublicKey
H A Dobj_mac.h178 #define NID_X9_62_id_ecPublicKey 408 macro
/third_party/openssl/include/openssl/
H A Devp.h69 # define EVP_PKEY_EC NID_X9_62_id_ecPublicKey
H A Dobj_mac.h178 #define NID_X9_62_id_ecPublicKey 408 macro
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dnid.rs152 pub const X9_62_ID_ECPUBLICKEY: Nid = Nid(ffi::NID_X9_62_id_ecPublicKey);

Completed in 85 milliseconds