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

123

/freebsd-10.2-release/crypto/openssl/crypto/evp/
H A Dm_null.c81 NID_undef,
82 NID_undef,
H A De_null.c71 NID_undef,
H A Devp_lib.c174 nid = NID_undef;
/freebsd-10.2-release/crypto/openssl/engines/ccgost/
H A Dgost_params.c123 {NID_undef, NULL, NULL, NULL}
H A Dgost_md.c24 NID_undef,
34 {NID_undef, NID_undef, 0, 0, 0},
H A Dgost_pmeth.c165 if (param_nid == NID_undef) {
168 for (; p->nid != NID_undef; p++) {
172 if (p->nid == NID_undef) {
226 if (param_nid == NID_undef) {
229 for (; p->nid != NID_undef; p++) {
233 if (p->nid == NID_undef) {
256 if (data->sign_param_nid == NID_undef) {
274 if (data->sign_param_nid == NID_undef) {
H A Dgost_ameth.c35 return NID_undef;
42 int pkey_param_nid = NID_undef;
59 if (pkey_param_nid == NID_undef) {
94 int pkey_nid = NID_undef, param_nid = NID_undef;
224 if (nid == NID_undef) {
239 if (nid == NID_undef) {
367 int param_nid = NID_undef;
419 int param_nid = NID_undef;
H A Dgost_crypt.c89 NID_undef,
130 {NID_undef, NULL, 0}
149 if (nid == NID_undef) {
171 get_encryption_params((nid == NID_undef ? NULL : OBJ_nid2obj(nid)));
221 return gost_cipher_init_param(ctx, key, iv, enc, NID_undef,
/freebsd-10.2-release/crypto/openssl/crypto/objects/
H A Dobj_xref.h27 {NID_ecdsa_with_Recommended, NID_undef, NID_X9_62_id_ecPublicKey},
28 {NID_ecdsa_with_Specified, NID_undef, NID_X9_62_id_ecPublicKey},
43 {NID_rsassaPss, NID_undef, NID_rsaEncryption},
H A Dobj_dat.c310 return (NID_undef);
319 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) {
346 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) {
373 if ((n != NID_undef) && (nid_objs[n].nid == NID_undef)) {
416 return (NID_undef);
421 return NID_undef;
432 return (NID_undef);
[all...]
/freebsd-10.2-release/crypto/openssl/crypto/asn1/
H A Dt_spki.c83 (i == NID_undef) ? "UNKNOWN" : OBJ_nid2ln(i));
96 (i == NID_undef) ? "UNKNOWN" : OBJ_nid2ln(i));
H A Dasn_moid.c129 if (nid == NID_undef)
/freebsd-10.2-release/crypto/openssl/crypto/pkcs7/
H A Dpk7_mime.c89 ctype_nid, NID_undef, mdalgs,
/freebsd-10.2-release/crypto/openssh/
H A Dcipher-bf1.c101 ssh1_bf.nid = NID_undef;
H A Dmd-sha256.c73 ssh_sha256.type = NID_undef;
H A Dcipher-ctr.c132 aes_ctr.nid = NID_undef;
H A Dcipher-3des1.c172 ssh1_3des.nid = NID_undef;
H A Dcipher-aes.c148 rijndal_cbc.nid = NID_undef;
/freebsd-10.2-release/crypto/openssl/crypto/ts/
H A Dts_lib.c127 (i == NID_undef) ? "UNKNOWN" : OBJ_nid2ln(i));
/freebsd-10.2-release/crypto/openssl/crypto/x509/
H A Dx509_req.c164 static int ext_nid_list[] = { NID_ext_req, NID_ms_ext_req, NID_undef };
173 if (nid == NID_undef)
199 for (pnid = ext_nids; *pnid != NID_undef; pnid++) {
H A Dx509_obj.c105 if ((n == NID_undef) || ((s = OBJ_nid2sn(n)) == NULL)) {
/freebsd-10.2-release/crypto/openssl/crypto/ec/
H A Dec_pmeth.c248 if (nid == NID_undef)
250 if (nid == NID_undef) {
/freebsd-10.2-release/crypto/openssl/crypto/engine/
H A Deng_cryptodev.c170 CRYPTO_SKIPJACK_CBC, NID_undef, 0, 0,
173 0, NID_undef, 0, 0,
194 CRYPTO_MD5_KPDK, NID_undef, 0
197 CRYPTO_SHA1_KPDK, NID_undef, 0
206 0, NID_undef, 0
289 if (ciphers[i].nid == NID_undef)
327 if (digests[i].nid == NID_undef)
706 if ((digest = digest_nid_to_cryptodev(ctx->digest->type)) == NID_undef) {
888 NID_undef,
903 NID_undef,
[all...]
/freebsd-10.2-release/crypto/openssl/crypto/ocsp/
H A Docsp_lib.c116 if ((nid = EVP_MD_type(dgst)) == NID_undef) {
/freebsd-10.2-release/crypto/openssl/crypto/x509v3/
H A Dv3_lib.c120 if ((nid = OBJ_obj2nid(ext->object)) == NID_undef)

Completed in 153 milliseconds

123