/third_party/node/deps/openssl/openssl/crypto/objects/ |
H A D | obj_xref.h | 77 {NID_ED448, NID_undef, NID_ED448},
|
H A D | obj_dat.h | 2210 {"ED448", "ED448", NID_ED448, 3, &so[6929]},
|
/third_party/openssl/crypto/objects/ |
H A D | obj_xref.h | 77 {NID_ED448, NID_undef, NID_ED448},
|
H A D | obj_dat.h | 2212 {"ED448", "ED448", NID_ED448, 3, &so[6929]},
|
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | ecx_meth.c | 553 if ((nid != NID_ED25519 && nid != NID_ED448) || ptype != V_ASN1_UNDEF) { in ecd_item_verify() 591 X509_ALGOR_set0(alg1, OBJ_nid2obj(NID_ED448), V_ASN1_UNDEF, NULL); in ecd_item_sign448() 593 X509_ALGOR_set0(alg2, OBJ_nid2obj(NID_ED448), V_ASN1_UNDEF, NULL); in ecd_item_sign448() 601 X509_SIG_INFO_set(siginf, NID_undef, NID_ED448, X448_SECURITY_BITS, in ecd_sig_info_set448()
|
/third_party/openssl/crypto/ec/ |
H A D | ecx_meth.c | 553 if ((nid != NID_ED25519 && nid != NID_ED448) || ptype != V_ASN1_UNDEF) { in ecd_item_verify() 591 X509_ALGOR_set0(alg1, OBJ_nid2obj(NID_ED448), V_ASN1_UNDEF, NULL); in ecd_item_sign448() 593 X509_ALGOR_set0(alg2, OBJ_nid2obj(NID_ED448), V_ASN1_UNDEF, NULL); in ecd_item_sign448() 601 X509_SIG_INFO_set(siginf, NID_undef, NID_ED448, X448_SECURITY_BITS, in ecd_sig_info_set448()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | evp.rs | 22 pub const EVP_PKEY_ED448: c_int = NID_ED448;
|
H A D | obj_mac.rs | 936 pub const NID_ED448: c_int = 1088; consts
|
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | x_all.c | 523 case NID_ED448: /* Follow CMS default given in RFC8419 */ in X509_digest_sig()
|
/third_party/openssl/crypto/x509/ |
H A D | x_all.c | 523 case NID_ED448: /* Follow CMS default given in RFC8419 */ in X509_digest_sig()
|
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | s_cb.c | 245 case NID_ED448: in get_sigtype()
|
/third_party/openssl/apps/lib/ |
H A D | s_cb.c | 245 case NID_ED448: in get_sigtype()
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | speed.c | 1471 {"Ed448", NID_ED448, 456, 114} in speed_main() 1485 OPENSSL_assert(ed_curves[EdDSA_NUM - 1].nid == NID_ED448); in speed_main()
|
/third_party/openssl/apps/ |
H A D | speed.c | 1457 {"Ed448", NID_ED448, 456, 114} in speed_main() 1471 OPENSSL_assert(ed_curves[EdDSA_NUM - 1].nid == NID_ED448); in speed_main()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | evp.h | 64 # define EVP_PKEY_ED448 NID_ED448
|
H A D | obj_mac.h | 5000 #define NID_ED448 1088 macro
|
/third_party/node/src/crypto/ |
H A D | crypto_tls.cc | 1855 case NID_ED448: in GetSharedSigalgs()
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | evp.h | 81 # define EVP_PKEY_ED448 NID_ED448
|
H A D | obj_mac.h | 5201 #define NID_ED448 1088 macro
|
/third_party/openssl/include/openssl/ |
H A D | evp.h | 81 # define EVP_PKEY_ED448 NID_ED448
|
H A D | obj_mac.h | 5211 #define NID_ED448 1088 macro
|
/third_party/openssl/test/ |
H A D | evp_extra_test.c | 4638 NID_ED448
|