Home
last modified time | relevance | path

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

123456

/freebsd/crypto/openssl/crypto/objects/
H A Dobj_dat.c217 return NID_undef; in OBJ_add_object()
226 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) { in OBJ_nid2obj()
256 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) { in OBJ_nid2sn()
286 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) { in OBJ_nid2ln()
332 return NID_undef; in OBJ_obj2nid()
337 return NID_undef; in OBJ_obj2nid()
351 return NID_undef; in OBJ_obj2nid()
364 int nid = NID_undef; in OBJ_txt2obj()
372 if (((nid = OBJ_sn2nid(s)) != NID_undef) || in OBJ_txt2obj()
373 ((nid = OBJ_ln2nid(s)) != NID_undef)) in OBJ_txt2obj()
[all …]
H A 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_rsassaPss},
76 {NID_ED25519, NID_undef, NID_ED25519},
77 {NID_ED448, NID_undef, NID_ED448},
H A Dobj_dat.h1122 {"UNDEF", "undefined", NID_undef},
1240 { NULL, NULL, NID_undef },
1246 { NULL, NULL, NID_undef },
1472 { NULL, NULL, NID_undef },
1633 { NULL, NULL, NID_undef },
1894 { NULL, NULL, NID_undef },
1896 { NULL, NULL, NID_undef },
1897 { NULL, NULL, NID_undef },
2176 { NULL, NULL, NID_undef },
2177 { NULL, NULL, NID_undef },
/freebsd/crypto/openssl/ssl/
H A Dt1_lib.c456 return NID_undef; in tls1_group_id2nid()
468 return NID_undef; in tls1_group_id2nid()
924 if (curve_nid == NID_undef) in tls1_get_group_id()
1062 NID_undef, -1, EVP_PKEY_ED25519, SSL_PKEY_ED25519,
1063 NID_undef, NID_undef, 1},
1065 NID_undef, -1, EVP_PKEY_ED448, SSL_PKEY_ED448,
1066 NID_undef, NID_undef, 1},
1069 NID_ecdsa_with_SHA224, NID_undef, 1},
1072 NID_ecdsa_with_SHA1, NID_undef, 1},
1075 NID_undef, NID_undef, 1},
[all …]
H A Dssl_ciph.c39 {SSL_eNULL, NID_undef}, /* SSL_ENC_NULL_IDX 5 */
138 EVP_PKEY_HMAC, EVP_PKEY_HMAC, EVP_PKEY_HMAC, NID_undef,
140 EVP_PKEY_HMAC, EVP_PKEY_HMAC, EVP_PKEY_HMAC, NID_undef,
144 NID_undef, NID_undef, NID_undef, NID_undef, NID_undef
331 if (t->nid != NID_undef) { in ssl_load_ciphers()
462 if (COMP_get_type(method) != NID_undef && ssl_comp_methods != NULL) { in DEFINE_RUN_ONCE_STATIC()
554 *mac_pkey_type = NID_undef; in ssl_cipher_get_evp()
577 && (!mac_pkey_type || *mac_pkey_type != NID_undef)) { in ssl_cipher_get_evp()
2028 if (cm == NULL || COMP_get_type(cm) == NID_undef) in SSL_COMP_add_compression_method()
2113 return NID_undef; in SSL_CIPHER_get_cipher_nid()
[all …]
/freebsd/crypto/openssl/crypto/ec/
H A Dec_check.c27 return NID_undef; in EC_GROUP_check_named_curve()
34 return NID_undef; in EC_GROUP_check_named_curve()
40 nid = NID_undef; in EC_GROUP_check_named_curve()
/freebsd/crypto/openssl/test/
H A Dupcallstest.c100 if (!TEST_int_ne(sigalgnid, NID_undef) in obj_create_test()
102 || !TEST_int_ne(digestnid, NID_undef) in obj_create_test()
103 || !TEST_int_ne(signid, NID_undef) in obj_create_test()
H A Dalgorithmid_test.c115 int sig_nid = NID_undef, dig_nid = NID_undef, pkey_nid = NID_undef; in test_x509_sig_aid()
135 if (!TEST_int_ne(sig_nid = OBJ_obj2nid(sig_oid), NID_undef) in test_x509_sig_aid()
/freebsd/crypto/openssl/crypto/evp/
H A Dm_null.c33 NID_undef,
34 NID_undef,
H A Dec_support.c138 if ((nid = ossl_ec_curve_nist2nid_int(name)) != NID_undef) in ossl_ec_curve_name2nid()
147 return NID_undef; in ossl_ec_curve_name2nid()
187 return NID_undef; in ossl_ec_curve_nist2nid_int()
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_pmeth.c155 if (p1 < 1 || p1 > 3 || dctx->param_nid != NID_undef) in pkey_dh_ctrl()
161 if (p1 <= 0 || dctx->param_nid != NID_undef) in pkey_dh_ctrl()
246 if (nid == NID_undef) { in pkey_dh_ctrl_str()
335 if (dctx->param_nid != NID_undef) { in pkey_dh_paramgen()
381 if (ctx->pkey == NULL && dctx->param_nid == NID_undef) { in pkey_dh_keygen()
385 if (dctx->param_nid != NID_undef) in pkey_dh_keygen()
H A Ddh_group_params.c63 dh->params.nid = NID_undef; /* flush cached value */ in ossl_dh_cache_named_group()
96 return NID_undef; in DH_get_nid()
H A Ddh_gen.c87 return NID_undef; in ossl_dh_get_named_group_uid_from_size()
100 if (nid == NID_undef) in dh_gen_named_group()
/freebsd/crypto/openssl/providers/common/
H A Dsecuritycheck.c105 if (nid == NID_undef) { in ossl_ec_check_key()
242 if (mdnid == NID_undef || (mdnid == NID_sha1 && !sha1_allowed)) in ossl_digest_get_approved_nid_with_sha1()
253 return ossl_digest_get_approved_nid(md) != NID_undef; in ossl_digest_is_allowed()
H A Ddigest_to_nid.c28 return NID_undef; in ossl_digest_md_to_nid()
33 return NID_undef; in ossl_digest_md_to_nid()
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_set.c203 siginf->mdnid = NID_undef; in x509_sig_info_init()
204 siginf->pknid = NID_undef; in x509_sig_info_init()
208 || pknid == NID_undef) { in x509_sig_info_init()
216 case NID_undef: in x509_sig_info_init()
H A Dx509_req.c112 static int ext_nid_list[] = { NID_ext_req, NID_ms_ext_req, NID_undef };
122 if (nid == NID_undef) in X509_REQ_extension_nid()
148 for (pnid = ext_nids; *pnid != NID_undef; pnid++) { in STACK_OF()
/freebsd/crypto/openssl/crypto/asn1/
H A 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()
H A Da_verify.c140 if (mdnid == NID_undef && evp_pkey_is_legacy(pkey)) { in ASN1_item_verify_ctx()
165 if (mdnid == NID_undef && pknid == EVP_PKEY_RSA_PSS) { in ASN1_item_verify_ctx()
182 if (mdnid != NID_undef) { in ASN1_item_verify_ctx()
H A Dasn_mstbl.c66 if (nid == NID_undef) in do_tcreate()
68 if (nid == NID_undef) in do_tcreate()
/freebsd/crypto/openssl/crypto/cms/
H A Dcms_ec.c129 if (eckdf_nid == NID_undef) in ecdh_cms_set_kdf_param()
276 if (aoid == OBJ_nid2obj(NID_undef)) { in ecdh_cms_encrypt()
343 if (ASN1_TYPE_get(wrap_alg->parameter) == NID_undef) { in ecdh_cms_encrypt()
410 if (hnid == NID_undef) in ossl_cms_ecdsa_dsa_sign()
/freebsd/crypto/openssl/crypto/
H A Dcore_namemap.c388 if (base_nid != NID_undef) { in get_legacy_evp_names()
393 if (nid != NID_undef) { in get_legacy_evp_names()
412 get_legacy_evp_names(NID_undef, EVP_CIPHER_get_type(cipher), NULL, arg); in get_legacy_cipher_names()
430 if (nid != NID_undef) { in get_legacy_pkey_meth_names()
/freebsd/crypto/openssl/doc/man3/
H A DDH_new_by_nid.pod29 parameters or B<NID_undef> if there is no match.
37 and optionally q, otherwise it returns B<NID_undef> if there is no match.
/freebsd/crypto/openssl/crypto/ffc/
H A Dffc_dh.c134 return NID_undef; in ossl_ffc_named_group_get_uid()
170 ffc->nid = NID_undef; in ossl_ffc_named_group_set()
/freebsd/crypto/openssl/apps/lib/
H A Dengine.c142 int pkey_id = NID_undef; in get_legacy_pkey_id()
160 return NID_undef; in get_legacy_pkey_id()

123456