Searched refs:NID_undef (Results 1 - 25 of 38) sorted by relevance

12

/external/openssl/crypto/evp/
H A Dm_null.c76 NID_undef,
77 NID_undef,
H A De_null.c70 NID_undef,
H A Devp_pbe.c84 if (pbelu.pbe_nid != NID_undef) i = sk_find(pbe_algs, (char *)&pbelu);
H A Devp_lib.c175 if(!otmp || !otmp->data) nid = NID_undef;
H A Dp_lib.c444 return(NID_undef);
/external/openssl/crypto/asn1/
H A Dt_spki.c82 (i == NID_undef)?"UNKNOWN":OBJ_nid2ln(i));
120 (i == NID_undef)?"UNKNOWN":OBJ_nid2ln(i));
H A Dasn_moid.c133 if (nid == NID_undef)
H A Dt_crl.c98 (i == NID_undef) ? "NONE" : OBJ_nid2ln(i));
H A Dp5_pbev2.c100 if(alg_nid == NID_undef) {
H A Da_strex.c470 if((fn_opt == XN_FLAG_FN_OID) || (fn_nid==NID_undef) ) {
499 if((fn_nid == NID_undef) && (flags & XN_FLAG_DUMP_UNKNOWN_FIELDS))
H A Dtasn_new.c344 *pval = (ASN1_VALUE *)OBJ_nid2obj(NID_undef);
/external/openssl/crypto/objects/
H A Dobj_dat.c271 return(NID_undef);
281 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef))
313 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef))
345 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef))
376 return(NID_undef);
390 return(NID_undef);
402 int nid = NID_undef;
[all...]
/external/openssl/crypto/pkcs7/
H A Dpk7_mime.c125 ctype_nid, NID_undef, mdalgs,
H A Dpk7_lib.c580 if(i == NID_undef) {
/external/openssl/crypto/x509/
H A Dx509_req.c161 static int ext_nid_list[] = { NID_ext_req, NID_ms_ext_req, NID_undef};
170 if(nid == NID_undef) return 0;
194 for (pnid = ext_nids; *pnid != NID_undef; pnid++)
H A Dx509_obj.c107 if ((n == NID_undef) || ((s=OBJ_nid2sn(n)) == NULL))
/external/openssl/crypto/engine/
H A Deng_cryptodev.c142 { CRYPTO_SKIPJACK_CBC, NID_undef, 0, 0, },
143 { 0, NID_undef, 0, 0, },
153 { CRYPTO_MD5_KPDK, NID_undef, },
154 { CRYPTO_SHA1_KPDK, NID_undef, },
156 { CRYPTO_SHA1, NID_undef, },
157 { 0, NID_undef, },
276 if (ciphers[i].nid == NID_undef)
314 if (digests[i].nid == NID_undef)
441 if ((cipher = cipher_nid_to_cryptodev(ctx->cipher->nid)) == NID_undef)
/external/openssl/crypto/ocsp/
H A Docsp_lib.c113 if ((nid = EVP_MD_type(dgst)) == NID_undef)
H A Docsp_ext.c469 if ((nid=OBJ_txt2nid(*oids))!=NID_undef&&(o=OBJ_nid2obj(nid)))
/external/openssl/crypto/x509v3/
H A Dv3_lib.c111 if((nid = OBJ_obj2nid(ext->object)) == NID_undef) return NULL;
H A Dv3_conf.c122 if (ext_nid == NID_undef)
/external/openssl/apps/
H A Dpkcs8.c127 if (pbe_nid == NID_undef)
H A Dpkcs12.c202 if(cert_pbe == NID_undef) {
215 if(key_pbe == NID_undef) {
929 if(attr_nid == NID_undef) {
/external/openssl/ssl/
H A Dssl_ciph.c297 && comp->method->type == NID_undef)
1338 if (cm == NULL || cm->type == NID_undef)
/external/openssl/crypto/comp/
H A Dc_zlib.c11 NID_undef,

Completed in 903 milliseconds

12