Lines Matching refs:NID_undef

455         return NID_undef;
467 return NID_undef;
903 if (curve_nid == NID_undef)
1041 NID_undef, -1, EVP_PKEY_ED25519, SSL_PKEY_ED25519,
1042 NID_undef, NID_undef, 1},
1044 NID_undef, -1, EVP_PKEY_ED448, SSL_PKEY_ED448,
1045 NID_undef, NID_undef, 1},
1048 NID_ecdsa_with_SHA224, NID_undef, 1},
1051 NID_ecdsa_with_SHA1, NID_undef, 1},
1054 NID_undef, NID_undef, 1},
1057 NID_undef, NID_undef, 1},
1060 NID_undef, NID_undef, 1},
1063 NID_undef, NID_undef, 1},
1066 NID_undef, NID_undef, 1},
1069 NID_undef, NID_undef, 1},
1072 NID_sha256WithRSAEncryption, NID_undef, 1},
1075 NID_sha384WithRSAEncryption, NID_undef, 1},
1078 NID_sha512WithRSAEncryption, NID_undef, 1},
1081 NID_sha224WithRSAEncryption, NID_undef, 1},
1084 NID_sha1WithRSAEncryption, NID_undef, 1},
1087 NID_dsa_with_SHA256, NID_undef, 1},
1090 NID_undef, NID_undef, 1},
1093 NID_undef, NID_undef, 1},
1096 NID_undef, NID_undef, 1},
1099 NID_dsaWithSHA1, NID_undef, 1},
1104 NID_undef, NID_undef, 1},
1108 NID_undef, NID_undef, 1},
1112 NID_undef, NID_undef, 1},
1116 NID_undef, NID_undef, 1},
1120 NID_undef, NID_undef, 1}
1128 NID_undef, NID_undef, 1
1174 if (lu->hash != NID_undef
1225 /* lu->hash == NID_undef means no associated digest */
1226 if (lu->hash == NID_undef) {
1409 && lu->curve != NID_undef
1521 if (lu->curve != NID_undef && curve != lu->curve) {
1572 md != NULL ? EVP_MD_get_type(md) : NID_undef,
2356 *psign = lu != NULL ? lu->sig : NID_undef;
2358 *phash = lu != NULL ? lu->hash : NID_undef;
2360 *psignhash = lu != NULL ? lu->sigandhash : NID_undef;
2410 if (*phash == NID_undef)
2423 int sig_alg = NID_undef, hash_alg = NID_undef;
2459 if (sig_alg == NID_undef || hash_alg == NID_undef)
2988 if (nid == NID_undef)
3080 if (sig->hash != NID_undef)
3192 if (lu->curve != NID_undef && curve != lu->curve)
3490 return NID_undef;