HomeSort by relevance Sort by last modified time
    Searched refs:NID_undef (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/openssl/crypto/evp/
m_null.c 76 NID_undef,
77 NID_undef,
e_null.c 72 NID_undef,
evp_lib.c 175 if(!otmp || !otmp->data) nid = NID_undef;
e_aes_cbc_hmac_sha1.c 352 NID_undef,
371 NID_undef,
  /external/openssl/crypto/objects/
obj_xref.h 29 {NID_ecdsa_with_Recommended, NID_undef, NID_X9_62_id_ecPublicKey},
30 {NID_ecdsa_with_Specified, NID_undef, NID_X9_62_id_ecPublicKey},
41 {NID_rsassaPss, NID_undef, NID_rsaEncryption},
obj_dat.c 286 return(NID_undef);
296 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef))
328 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef))
360 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef))
404 return(NID_undef);
417 return(NID_undef);
429 int nid = NID_undef;
    [all...]
  /external/openssl/crypto/asn1/
t_spki.c 82 (i == NID_undef)?"UNKNOWN":OBJ_nid2ln(i));
95 (i == NID_undef)?"UNKNOWN":OBJ_nid2ln(i));
asn_moid.c 133 if (nid == NID_undef)
a_verify.c 151 if (mdnid == NID_undef)
a_strex.c 477 if((fn_opt == XN_FLAG_FN_OID) || (fn_nid==NID_undef) ) {
506 if((fn_nid == NID_undef) && (flags & XN_FLAG_DUMP_UNKNOWN_FIELDS))
p5_pbev2.c 101 if(alg_nid == NID_undef) {
  /external/openssh/
cipher-acss.c 75 acss_cipher.nid = NID_undef;
cipher-bf1.c 101 ssh1_bf.nid = NID_undef;
md-sha256.c 73 ssh_sha256.type = NID_undef;
cipher-ctr.c 134 aes_ctr.nid = NID_undef;
cipher-3des1.c 172 ssh1_3des.nid = NID_undef;
cipher-aes.c 151 rijndal_cbc.nid = NID_undef;
  /external/openssl/crypto/pkcs7/
pk7_mime.c 90 ctype_nid, NID_undef, mdalgs,
  /external/openssl/crypto/x509/
x509_req.c 162 static int ext_nid_list[] = { NID_ext_req, NID_ms_ext_req, NID_undef};
171 if(nid == NID_undef) return 0;
195 for (pnid = ext_nids; *pnid != NID_undef; pnid++)
x509_obj.c 107 if ((n == NID_undef) || ((s=OBJ_nid2sn(n)) == NULL))
  /external/openssl/crypto/ec/
ec_pmeth.c 256 if (nid == NID_undef)
258 if (nid == NID_undef)
  /external/openssl/crypto/engine/
eng_cryptodev.c 152 { CRYPTO_SKIPJACK_CBC, NID_undef, 0, 0, },
153 { 0, NID_undef, 0, 0, },
165 { CRYPTO_MD5_KPDK, NID_undef, 0},
166 { CRYPTO_SHA1_KPDK, NID_undef, 0},
169 { 0, NID_undef, 0},
255 if (ciphers[i].nid == NID_undef)
294 if (digests[i].nid == NID_undef)
681 if ((digest = digest_nid_to_cryptodev(ctx->digest->type)) == NID_undef){
866 NID_undef,
881 NID_undef,
    [all...]
  /external/openssl/crypto/ocsp/
ocsp_lib.c 114 if ((nid = EVP_MD_type(dgst)) == NID_undef)
  /external/openssl/crypto/x509v3/
v3_lib.c 115 if((nid = OBJ_obj2nid(ext->object)) == NID_undef) return NULL;
  /external/openssl/ssl/
ssl_ciph.c 198 EVP_PKEY_HMAC,EVP_PKEY_HMAC,EVP_PKEY_HMAC,NID_undef,
464 && comp->method->type == NID_undef)
601 if (mac_pkey_type!=NULL) *mac_pkey_type = NID_undef;
615 (!mac_pkey_type||*mac_pkey_type != NID_undef))
771 *mac |= (ssl_digest_methods[SSL_MD_GOST89MAC_IDX] == NULL || ssl_mac_pkey_id[SSL_MD_GOST89MAC_IDX]==NID_undef)? SSL_GOST89MAC:0;
    [all...]

Completed in 393 milliseconds

1 2 3