/third_party/openssl/crypto/objects/ |
D | obj_dat.c | 217 return NID_undef; in OBJ_add_object() 226 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) { in OBJ_nid2obj() 254 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) { in OBJ_nid2sn() 281 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) { in OBJ_nid2ln() 324 return NID_undef; in OBJ_obj2nid() 329 return NID_undef; in OBJ_obj2nid() 340 return NID_undef; in OBJ_obj2nid() 353 int nid = NID_undef; in OBJ_txt2obj() 361 if (((nid = OBJ_sn2nid(s)) != NID_undef) || in OBJ_txt2obj() 362 ((nid = OBJ_ln2nid(s)) != NID_undef)) in OBJ_txt2obj() [all …]
|
D | obj_xref.h | 40 {NID_ecdsa_with_Recommended, NID_undef, NID_X9_62_id_ecPublicKey}, 41 {NID_ecdsa_with_Specified, NID_undef, NID_X9_62_id_ecPublicKey}, 56 {NID_rsassaPss, NID_undef, NID_rsaEncryption}, 76 {NID_ED25519, NID_undef, NID_ED25519}, 77 {NID_ED448, NID_undef, NID_ED448},
|
D | obj_dat.h | 1083 {"UNDEF", "undefined", NID_undef}, 1201 { NULL, NULL, NID_undef }, 1207 { NULL, NULL, NID_undef }, 1433 { NULL, NULL, NID_undef }, 1594 { NULL, NULL, NID_undef }, 1855 { NULL, NULL, NID_undef }, 1857 { NULL, NULL, NID_undef }, 1858 { NULL, NULL, NID_undef }, 2137 { NULL, NULL, NID_undef }, 2138 { NULL, NULL, NID_undef },
|
/third_party/openssl/ssl/ |
D | t1_lib.c | 398 if (nid == NID_undef) in nid_cb() 400 if (nid == NID_undef) in nid_cb() 402 if (nid == NID_undef) in nid_cb() 698 NID_undef, -1, EVP_PKEY_ED25519, SSL_PKEY_ED25519, 699 NID_undef, NID_undef}, 701 NID_undef, -1, EVP_PKEY_ED448, SSL_PKEY_ED448, 702 NID_undef, NID_undef}, 705 NID_ecdsa_with_SHA224, NID_undef}, 708 NID_ecdsa_with_SHA1, NID_undef}, 712 NID_undef, NID_undef}, [all …]
|
D | ssl_ciph.c | 62 {SSL_eNULL, NID_undef}, /* SSL_ENC_NULL_IDX 5 */ 169 EVP_PKEY_HMAC, EVP_PKEY_HMAC, EVP_PKEY_HMAC, NID_undef, 171 EVP_PKEY_HMAC, EVP_PKEY_HMAC, EVP_PKEY_HMAC, NID_undef, 175 NID_undef, NID_undef, NID_undef 365 if (t->nid == NID_undef) { in ssl_load_ciphers() 466 if (COMP_get_type(method) != NID_undef && ssl_comp_methods != NULL) { in DEFINE_RUN_ONCE_STATIC() 535 *mac_pkey_type = NID_undef; in ssl_cipher_get_evp() 550 && (!mac_pkey_type || *mac_pkey_type != NID_undef)) { in ssl_cipher_get_evp() 1966 if (cm == NULL || COMP_get_type(cm) == NID_undef) in SSL_COMP_add_compression_method() 2058 return NID_undef; in SSL_CIPHER_get_cipher_nid() [all …]
|
/third_party/openssl/crypto/dh/ |
D | dh_rfc7919.c | 52 return NID_undef; in DH_get_nid() 64 return NID_undef; in DH_get_nid() 70 nid = NID_undef; in DH_get_nid()
|
/third_party/openssl/crypto/evp/ |
D | m_null.c | 33 NID_undef, 34 NID_undef,
|
D | e_null.c | 21 NID_undef,
|
/third_party/openssl/crypto/x509/ |
D | x509_set.c | 201 siginf->mdnid = NID_undef; in x509_sig_info_init() 202 siginf->pknid = NID_undef; in x509_sig_info_init() 206 || pknid == NID_undef) in x509_sig_info_init() 209 if (mdnid == NID_undef) { in x509_sig_info_init()
|
D | x509_req.c | 127 static int ext_nid_list[] = { NID_ext_req, NID_ms_ext_req, NID_undef }; 136 if (nid == NID_undef) in X509_REQ_extension_nid() 162 for (pnid = ext_nids; *pnid != NID_undef; pnid++) { in STACK_OF()
|
/third_party/openssl/crypto/asn1/ |
D | t_spki.c | 31 (i == NID_undef) ? "UNKNOWN" : OBJ_nid2ln(i)); in NETSCAPE_SPKI_print() 44 (i == NID_undef) ? "UNKNOWN" : OBJ_nid2ln(i)); in NETSCAPE_SPKI_print()
|
D | asn_mstbl.c | 66 if (nid == NID_undef) in do_tcreate() 68 if (nid == NID_undef) in do_tcreate()
|
D | asn_moid.c | 99 return nid != NID_undef; in do_create()
|
/third_party/openssl/crypto/sm2/ |
D | sm2_pmeth.c | 236 int nid = NID_undef; in pkey_sm2_ctrl_str() 238 if (((nid = EC_curve_nist2nid(value)) == NID_undef) in pkey_sm2_ctrl_str() 239 && ((nid = OBJ_sn2nid(value)) == NID_undef) in pkey_sm2_ctrl_str() 240 && ((nid = OBJ_ln2nid(value)) == NID_undef)) { in pkey_sm2_ctrl_str()
|
/third_party/openssl/doc/man3/ |
D | DH_new_by_nid.pod | 21 B<NID_undef> if there is no match. 28 B<NID_undef> if there is no match.
|
D | SSL_CIPHER_get_name.pod | 65 B<NID_undef> is returned. 69 for AEAD cipher suites) then B<NID_undef> is returned. 76 used by B<c>. If there is no key exchange, then B<NID_undef> is returned. 86 used by B<c>. If there is no authentication, then B<NID_undef> is returned. 168 B<NID_undef> if an error occurred.
|
D | OBJ_nid2obj.pod | 61 or NID_undef if an error occurred. 90 success and NID_undef in case of failure. 119 Objects which are not in the table have the NID value NID_undef. 144 a NID or B<NID_undef> on error.
|
/third_party/openssl/crypto/ct/ |
D | ct_sct.c | 226 return NID_undef; in SCT_get_signature_nid() 230 return NID_undef; in SCT_get_signature_nid() 259 return SCT_get_signature_nid(sct) != NID_undef && in SCT_signature_is_complete()
|
/third_party/openssl/test/ |
D | ssl_test_ctx.c | 530 if (nid == NID_undef) in parse_expected_key_type() 533 if (nid == NID_undef) in parse_expected_key_type() 536 if (nid == NID_undef) in parse_expected_key_type() 586 if (nid == NID_undef) in parse_expected_sign_hash() 588 if (nid == NID_undef) in parse_expected_sign_hash()
|
D | evp_test.c | 338 if (OBJ_sn2nid(alg) != NID_undef || OBJ_ln2nid(alg) != NID_undef) { in digest_test_init() 498 if (OBJ_sn2nid(alg) != NID_undef || OBJ_ln2nid(alg) != NID_undef) { in cipher_test_init() 1160 if (nid == NID_undef) in pkey_test_ctrl() 1162 if (nid != NID_undef in pkey_test_ctrl() 1736 if (kdf_nid == NID_undef) in kdf_test_init() 1940 if (nid == NID_undef) { in keygen_test_init() 1942 if (nid == NID_undef) in keygen_test_init() 2063 if (OBJ_sn2nid(alg) != NID_undef || OBJ_ln2nid(alg) != NID_undef) { in digestsigver_test_init() 2583 if (nid == NID_undef) { in parse()
|
/third_party/openssl/crypto/ec/ |
D | ec_pmeth.c | 360 if (nid == NID_undef) in pkey_ec_ctrl_str() 362 if (nid == NID_undef) in pkey_ec_ctrl_str() 364 if (nid == NID_undef) { in pkey_ec_ctrl_str()
|
D | ec_ameth.c | 487 if (hnid == NID_undef) in ec_pkey_ctrl() 503 if (hnid == NID_undef) in ec_pkey_ctrl() 707 if (eckdf_nid == NID_undef) in ecdh_cms_set_kdf_param() 849 if (aoid == OBJ_nid2obj(NID_undef)) { in ecdh_cms_encrypt() 925 if (ASN1_TYPE_get(wrap_alg->parameter) == NID_undef) { in ecdh_cms_encrypt()
|
/third_party/openssl/crypto/pkcs7/ |
D | pk7_mime.c | 41 ctype_nid, NID_undef, mdalgs, in SMIME_write_PKCS7()
|
/third_party/openssl/crypto/comp/ |
D | comp_lib.c | 92 return comp->meth ? comp->meth->type : NID_undef; in COMP_CTX_get_type()
|
/third_party/openssl/crypto/ts/ |
D | ts_lib.c | 77 (i == NID_undef) ? "UNKNOWN" : OBJ_nid2ln(i)); in TS_X509_ALGOR_print_bio()
|