Searched refs:NID_undef (Results 26 - 50 of 58) sorted by relevance

123

/freebsd-10.2-release/crypto/openssl/crypto/asn1/
H A Da_verify.c162 if (mdnid == NID_undef) {
H A Da_strex.c535 if ((fn_opt == XN_FLAG_FN_OID) || (fn_nid == NID_undef)) {
568 if ((fn_nid == NID_undef) && (flags & XN_FLAG_DUMP_UNKNOWN_FIELDS))
H A Dp5_pbev2.c102 if (alg_nid == NID_undef) {
H A Dtasn_new.c330 *pval = (ASN1_VALUE *)OBJ_nid2obj(NID_undef);
H A Dt_x509.c332 if (sig_nid != NID_undef) {
/freebsd-10.2-release/crypto/openssl/engines/ccgost/
H A Dgost_sign.c262 while (params->nid != NID_undef && params->nid != nid)
264 if (params->nid == NID_undef) {
H A Dgost2001.c60 while (params->nid != NID_undef && params->nid != nid)
62 if (params->nid == NID_undef) {
/freebsd-10.2-release/crypto/openssl/ssl/
H A Dssl_ciph.c201 EVP_PKEY_HMAC, EVP_PKEY_HMAC, EVP_PKEY_HMAC, NID_undef,
468 if (comp->method && comp->method->type == NID_undef)
602 *mac_pkey_type = NID_undef;
617 && (!mac_pkey_type || *mac_pkey_type != NID_undef)) {
788 NID_undef) ? SSL_GOST89MAC : 0;
1861 if (cm == NULL || cm->type == NID_undef)
/freebsd-10.2-release/crypto/openssl/crypto/ec/
H A Dec_ameth.c560 if (hnid == NID_undef)
576 if (hnid == NID_undef)
/freebsd-10.2-release/crypto/openssl/crypto/evp/
H A De_rc4_hmac_md5.c289 NID_undef,
H A Devp_pbe.c269 if (pbe_nid == NID_undef)
H A De_aes_cbc_hmac_sha1.c546 NID_undef,
565 NID_undef,
H A Dp_lib.c358 ret = NID_undef;
/freebsd-10.2-release/crypto/openssl/apps/
H A Dpkcs8.c121 if (pbe_nid == NID_undef) {
H A Dcms.c812 if (!CMS_add0_recipient_key(cms, NID_undef,
826 -1, NID_undef, NID_undef,
H A Dpkcs12.c1007 if (attr_nid == NID_undef) {
1061 if (*ppbe == NID_undef) {
/freebsd-10.2-release/crypto/openssl/crypto/dsa/
H A Ddsa_ameth.c581 if (hnid == NID_undef)
597 if (hnid == NID_undef)
/freebsd-10.2-release/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c117 tt_assert(NID_undef != nid);
/freebsd-10.2-release/crypto/openssl/crypto/ocsp/
H A Docsp_ext.c498 if ((nid = OBJ_txt2nid(*oids)) != NID_undef && (o = OBJ_nid2obj(nid)))
/freebsd-10.2-release/crypto/openssl/crypto/x509v3/
H A Dv3_conf.c124 if (ext_nid == NID_undef) {
H A Dv3_purp.c338 if (ex_nid == NID_undef)
/freebsd-10.2-release/crypto/openssl/crypto/objects/
H A Dobj_dat.h925 {"UNDEF","undefined",NID_undef,0,NULL,0},
1066 {NULL,NULL,NID_undef,0,NULL,0},
1084 {NULL,NULL,NID_undef,0,NULL,0},
1475 {NULL,NULL,NID_undef,0,NULL,0},
1707 {NULL,NULL,NID_undef,0,NULL,0},
2125 {NULL,NULL,NID_undef,0,NULL,0},
2127 {NULL,NULL,NID_undef,0,NULL,0},
2128 {NULL,NULL,NID_undef,0,NULL,0},
/freebsd-10.2-release/crypto/openssl/crypto/cms/
H A Dcms_env.c465 if (nid == NID_undef) {
/freebsd-10.2-release/crypto/openssl/crypto/comp/
H A Dc_zlib.c11 NID_undef,
/freebsd-10.2-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_lib.c595 if (i == NID_undef) {

Completed in 113 milliseconds

123