/external/boringssl/src/crypto/digest_extra/ |
D | digest_extra.c | 89 {NID_undef, EVP_sha1, SN_dsaWithSHA, LN_dsaWithSHA}, 90 {NID_undef, EVP_sha1, SN_dsaWithSHA1, LN_dsaWithSHA1}, 91 {NID_undef, EVP_sha1, SN_ecdsa_with_SHA1, NULL}, 92 {NID_undef, EVP_md5, SN_md5WithRSAEncryption, LN_md5WithRSAEncryption}, 93 {NID_undef, EVP_sha1, SN_sha1WithRSAEncryption, LN_sha1WithRSAEncryption}, 94 {NID_undef, EVP_sha224, SN_sha224WithRSAEncryption, 96 {NID_undef, EVP_sha256, SN_sha256WithRSAEncryption, 98 {NID_undef, EVP_sha384, SN_sha384WithRSAEncryption, 100 {NID_undef, EVP_sha512, SN_sha512WithRSAEncryption, 105 if (nid == NID_undef) { in EVP_get_digestbynid() [all …]
|
/external/boringssl/src/crypto/obj/ |
D | obj.c | 209 return NID_undef; in OBJ_obj2nid() 231 return NID_undef; in OBJ_obj2nid() 239 return NID_undef; in OBJ_cbs2nid() 280 return NID_undef; in OBJ_sn2nid() 316 return NID_undef; in OBJ_ln2nid() 348 if (nid != NID_undef && kObjects[nid].nid == NID_undef) { in OBJ_nid2obj() 405 ASN1_OBJECT *ret = ASN1_OBJECT_create(get_nid ? get_nid() : NID_undef, buf, in create_object_with_text_oid() 414 if (nid == NID_undef) { in OBJ_txt2obj() 418 if (nid != NID_undef) { in OBJ_txt2obj() 445 if (nid != NID_undef) { in OBJ_obj2txt() [all …]
|
D | obj_test.cc | 46 ASSERT_EQ(NID_undef, OBJ_sn2nid("this is not an OID")); in TEST() 47 ASSERT_EQ(NID_undef, OBJ_ln2nid("this is not an OID")); in TEST() 48 ASSERT_EQ(NID_undef, OBJ_txt2nid("this is not an OID")); in TEST() 51 ASSERT_EQ(NID_undef, OBJ_cbs2nid(&cbs)); in TEST() 58 ASSERT_EQ(NID_undef, OBJ_cbs2nid(&cbs)); in TEST()
|
D | obj_xref.c | 90 {NID_rsassaPss, NID_undef, NID_rsaEncryption}, 91 {NID_ED25519, NID_undef, NID_ED25519},
|
D | obj_dat.h | 7121 {"UNDEF", "undefined", NID_undef, 0, NULL, 0}, 7268 {NULL, NULL, NID_undef, 0, NULL, 0}, 7286 {NULL, NULL, NID_undef, 0, NULL, 0}, 7293 {NULL, NULL, NID_undef, 0, NULL, 0}, 7686 {NULL, NULL, NID_undef, 0, NULL, 0}, 7750 {NULL, NULL, NID_undef, 0, NULL, 0}, 7768 {NULL, NULL, NID_undef, 0, NULL, 0}, 7943 {NULL, NULL, NID_undef, 0, NULL, 0}, 8401 {NULL, NULL, NID_undef, 0, NULL, 0}, 8403 {NULL, NULL, NID_undef, 0, NULL, 0}, [all …]
|
/external/boringssl/src/ssl/ |
D | ssl_privkey.cc | 105 {SSL_SIGN_RSA_PKCS1_MD5_SHA1, EVP_PKEY_RSA, NID_undef, &EVP_md5_sha1, 107 {SSL_SIGN_RSA_PKCS1_SHA1, EVP_PKEY_RSA, NID_undef, &EVP_sha1, false}, 108 {SSL_SIGN_RSA_PKCS1_SHA256, EVP_PKEY_RSA, NID_undef, &EVP_sha256, false}, 109 {SSL_SIGN_RSA_PKCS1_SHA384, EVP_PKEY_RSA, NID_undef, &EVP_sha384, false}, 110 {SSL_SIGN_RSA_PKCS1_SHA512, EVP_PKEY_RSA, NID_undef, &EVP_sha512, false}, 112 {SSL_SIGN_RSA_PSS_RSAE_SHA256, EVP_PKEY_RSA, NID_undef, &EVP_sha256, true}, 113 {SSL_SIGN_RSA_PSS_RSAE_SHA384, EVP_PKEY_RSA, NID_undef, &EVP_sha384, true}, 114 {SSL_SIGN_RSA_PSS_RSAE_SHA512, EVP_PKEY_RSA, NID_undef, &EVP_sha512, true}, 116 {SSL_SIGN_ECDSA_SHA1, EVP_PKEY_EC, NID_undef, &EVP_sha1, false}, 124 {SSL_SIGN_ED25519, EVP_PKEY_ED25519, NID_undef, nullptr, false}, [all …]
|
D | ssl_cipher.cc | 1387 return NID_undef; in SSL_CIPHER_get_cipher_nid() 1402 return NID_undef; in SSL_CIPHER_get_cipher_nid() 1408 return NID_undef; in SSL_CIPHER_get_digest_nid() 1413 return NID_undef; in SSL_CIPHER_get_digest_nid() 1428 return NID_undef; in SSL_CIPHER_get_kx_nid() 1443 return NID_undef; in SSL_CIPHER_get_auth_nid() 1456 return NID_undef; in SSL_CIPHER_get_prf_nid()
|
/external/boringssl/src/crypto/x509/ |
D | x509_req.c | 157 static const int ext_nid_list[] = { NID_ext_req, NID_ms_ext_req, NID_undef }; 166 if (nid == NID_undef) in X509_REQ_extension_nid() 193 for (pnid = ext_nids; *pnid != NID_undef; pnid++) { in STACK_OF()
|
D | algorithm.c | 130 if (digest_nid == NID_undef) { in x509_digest_verify_init()
|
D | x509_obj.c | 113 if ((n == NID_undef) || ((s = OBJ_nid2sn(n)) == NULL)) { in X509_NAME_oneline()
|
D | a_strex.c | 539 if ((fn_opt == XN_FLAG_FN_OID) || (fn_nid == NID_undef)) { in do_name_ex() 572 if ((fn_nid == NID_undef) && (flags & XN_FLAG_DUMP_UNKNOWN_FIELDS)) in do_name_ex()
|
/external/boringssl/src/crypto/cipher_extra/ |
D | e_null.c | 80 NID_undef, 1 /* block size */, 0 /* key_len */, 0 /* iv_len */,
|
/external/openssh/ |
D | md-sha256.c | 73 ssh_sha256.type = NID_undef; in evp_ssh_sha256()
|
D | cipher-bf1.c | 96 ssh1_bf.nid = NID_undef; in evp_ssh1_bf()
|
D | cipher-ctr.c | 132 aes_ctr.nid = NID_undef; in evp_aes_128_ctr()
|
D | cipher-3des1.c | 148 ssh1_3des.nid = NID_undef; in evp_ssh1_3des()
|
D | cipher-aes.c | 148 rijndal_cbc.nid = NID_undef; in evp_rijndael()
|
/external/boringssl/src/fipstools/ |
D | cavp_ecdsa2_pkv_test.cc | 32 if (nid == NID_undef) { in TestECDSA2PKV()
|
D | cavp_ecdsa2_sigver_test.cc | 35 if (nid == NID_undef || md == nullptr) { in TestECDSA2SigVer()
|
D | cavp_ecdsa2_keypair_test.cc | 36 if (nid == NID_undef || in TestECDSA2KeyPair()
|
D | cavp_ecdsa2_siggen_test.cc | 37 if (nid == NID_undef || md == nullptr) { in TestECDSA2SigGenImpl()
|
D | cavp_kas_test.cc | 38 int nid = NID_undef; in TestKAS()
|
/external/boringssl/src/crypto/fipsmodule/ec/ |
D | ec.c | 343 if (group->curve_name != NID_undef || group->generator != NULL || in EC_GROUP_set_generator() 555 group->curve_name != NID_undef || in EC_GROUP_free() 574 a->curve_name != NID_undef) { in EC_GROUP_dup() 593 if (a->curve_name != NID_undef) { in EC_GROUP_cmp() 676 return NID_undef; in EC_curve_nist2nid()
|
/external/boringssl/src/crypto/pkcs8/ |
D | pkcs8_test.cc | 307 encrypted.reset(PKCS8_encrypt(NID_undef, nullptr, "password", -1, nullptr, 0, in TEST()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_lib.c | 128 if ((nid = OBJ_obj2nid(ext->object)) == NID_undef) in X509V3_EXT_get()
|