Home
last modified time | relevance | path

Searched refs:NID_undef (Results 1 – 25 of 96) sorted by relevance

1234

/third_party/openssl/crypto/objects/
Dobj_dat.c217 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 …]
Dobj_xref.h40 {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},
Dobj_dat.h1083 {"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/
Dt1_lib.c398 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 …]
Dssl_ciph.c62 {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/
Ddh_rfc7919.c52 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/
Dm_null.c33 NID_undef,
34 NID_undef,
De_null.c21 NID_undef,
/third_party/openssl/crypto/x509/
Dx509_set.c201 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()
Dx509_req.c127 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/
Dt_spki.c31 (i == NID_undef) ? "UNKNOWN" : OBJ_nid2ln(i)); in NETSCAPE_SPKI_print()
44 (i == NID_undef) ? "UNKNOWN" : OBJ_nid2ln(i)); in NETSCAPE_SPKI_print()
Dasn_mstbl.c66 if (nid == NID_undef) in do_tcreate()
68 if (nid == NID_undef) in do_tcreate()
Dasn_moid.c99 return nid != NID_undef; in do_create()
/third_party/openssl/crypto/sm2/
Dsm2_pmeth.c236 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/
DDH_new_by_nid.pod21 B<NID_undef> if there is no match.
28 B<NID_undef> if there is no match.
DSSL_CIPHER_get_name.pod65 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.
DOBJ_nid2obj.pod61 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/
Dct_sct.c226 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/
Dssl_test_ctx.c530 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()
Devp_test.c338 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/
Dec_pmeth.c360 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()
Dec_ameth.c487 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/
Dpk7_mime.c41 ctype_nid, NID_undef, mdalgs, in SMIME_write_PKCS7()
/third_party/openssl/crypto/comp/
Dcomp_lib.c92 return comp->meth ? comp->meth->type : NID_undef; in COMP_CTX_get_type()
/third_party/openssl/crypto/ts/
Dts_lib.c77 (i == NID_undef) ? "UNKNOWN" : OBJ_nid2ln(i)); in TS_X509_ALGOR_print_bio()

1234