HomeSort by: relevance | last modified time | path
    Searched refs:V_ASN1_UNDEF (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
x_algor.c 34 if (ptype != V_ASN1_UNDEF) {
46 if (ptype == V_ASN1_UNDEF) {
61 *pptype = V_ASN1_UNDEF;
77 param_type = V_ASN1_UNDEF;
a_time.c 271 if (type == V_ASN1_UNDEF) {
337 return asn1_time_from_tm(s, ts, V_ASN1_UNDEF);
544 return asn1_time_from_tm(t, &tm, V_ASN1_UNDEF) != NULL;
  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
x_algor.c 35 if (ptype != V_ASN1_UNDEF && alg->parameter == NULL
44 if (ptype == V_ASN1_UNDEF) {
78 *pptype = V_ASN1_UNDEF;
90 int type = md->flags & EVP_MD_FLAG_DIGALGID_ABSENT ? V_ASN1_UNDEF
a_time.c 271 if (type == V_ASN1_UNDEF) {
343 return ossl_asn1_time_from_tm(s, ts, V_ASN1_UNDEF);
577 return ossl_asn1_time_from_tm(t, &tm, V_ASN1_UNDEF) != NULL;
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
x_algor.c 36 if (ptype != V_ASN1_UNDEF) {
48 if (ptype == V_ASN1_UNDEF) {
63 *pptype = V_ASN1_UNDEF;
79 param_type = V_ASN1_UNDEF;
a_time.c 273 if (type == V_ASN1_UNDEF) {
339 return ossl_asn1_time_from_tm(s, ts, V_ASN1_UNDEF);
572 return ossl_asn1_time_from_tm(t, &tm, V_ASN1_UNDEF) != NULL;
  /src/crypto/external/apache2/openssl/dist/crypto/cms/
cms_cd.c 55 V_ASN1_UNDEF, NULL); /* cannot fail */
cms_dh.c 38 if (atype != V_ASN1_UNDEF && atype != V_ASN1_NULL)
247 V_ASN1_UNDEF, NULL); /* cannot fail */
cms_ec.c 89 if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) {
295 V_ASN1_UNDEF, NULL); /* cannot fail */
  /src/crypto/external/bsd/openssl/dist/crypto/cms/
cms_cd.c 54 OBJ_nid2obj(NID_zlib_compression), V_ASN1_UNDEF, NULL);
cms_ec.c 88 if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) {
289 V_ASN1_UNDEF, NULL); /* cannot fail */
414 X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, 0);
cms_dh.c 37 if (atype != V_ASN1_UNDEF && atype != V_ASN1_NULL)
242 V_ASN1_UNDEF, NULL);
cms_enc.c 187 if (calg->parameter->type == V_ASN1_UNDEF) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/cms/
cms_cd.c 52 OBJ_nid2obj(NID_zlib_compression), V_ASN1_UNDEF, NULL);
  /src/crypto/external/apache2/openssl/dist/crypto/crmf/
crmf_pbm.c 68 if (!X509_ALGOR_set0(pbm->owf, OBJ_nid2obj(owfnid), V_ASN1_UNDEF, NULL)) {
102 if (!X509_ALGOR_set0(pbm->mac, OBJ_nid2obj(macnid), V_ASN1_UNDEF, NULL)) {
  /src/crypto/external/bsd/openssl/dist/crypto/crmf/
crmf_pbm.c 70 if (!X509_ALGOR_set0(pbm->owf, OBJ_nid2obj(owfnid), V_ASN1_UNDEF, NULL)) {
104 if (!X509_ALGOR_set0(pbm->mac, OBJ_nid2obj(macnid), V_ASN1_UNDEF, NULL)) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/ec/
ecx_meth.c 58 if (ptype != V_ASN1_UNDEF) {
142 V_ASN1_UNDEF, NULL, penc, KEYLEN(pkey))) {
221 V_ASN1_UNDEF, NULL, penc, penclen)) {
516 if ((nid != NID_ED25519 && nid != NID_ED448) || ptype != V_ASN1_UNDEF) {
532 X509_ALGOR_set0(alg1, OBJ_nid2obj(NID_ED25519), V_ASN1_UNDEF, NULL);
534 X509_ALGOR_set0(alg2, OBJ_nid2obj(NID_ED25519), V_ASN1_UNDEF, NULL);
552 X509_ALGOR_set0(alg1, OBJ_nid2obj(NID_ED448), V_ASN1_UNDEF, NULL);
554 X509_ALGOR_set0(alg2, OBJ_nid2obj(NID_ED448), V_ASN1_UNDEF, NULL);
  /src/crypto/external/bsd/openssl.old/dist/crypto/dsa/
dsa_ameth.c 46 } else if ((ptype == V_ASN1_NULL) || (ptype == V_ASN1_UNDEF)) {
101 ptype = V_ASN1_UNDEF;
479 X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, 0);
495 X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, 0);
  /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
encode_key2any.c 194 int strtype = V_ASN1_UNDEF;
222 int strtype = V_ASN1_UNDEF;
250 int strtype = V_ASN1_UNDEF;
282 int strtype = V_ASN1_UNDEF;
314 int strtype = V_ASN1_UNDEF;
340 int strtype = V_ASN1_UNDEF;
581 *pstrtype = V_ASN1_UNDEF;
851 *pstrtype = V_ASN1_UNDEF;
  /src/crypto/external/bsd/openssl/dist/crypto/ec/
ecx_meth.c 48 V_ASN1_UNDEF, NULL, penc, KEYLEN(pkey))) {
123 V_ASN1_UNDEF, NULL, penc, penclen)) {
553 if ((nid != NID_ED25519 && nid != NID_ED448) || ptype != V_ASN1_UNDEF) {
570 X509_ALGOR_set0(alg1, OBJ_nid2obj(NID_ED25519), V_ASN1_UNDEF, NULL);
572 X509_ALGOR_set0(alg2, OBJ_nid2obj(NID_ED25519), V_ASN1_UNDEF, NULL);
591 X509_ALGOR_set0(alg1, OBJ_nid2obj(NID_ED448), V_ASN1_UNDEF, NULL);
593 X509_ALGOR_set0(alg2, OBJ_nid2obj(NID_ED448), V_ASN1_UNDEF, NULL);
ecx_backend.c 172 if (ptype != V_ASN1_UNDEF) {
  /src/crypto/external/apache2/openssl/dist/crypto/dsa/
dsa_ameth.c 55 } else if ((ptype == V_ASN1_NULL) || (ptype == V_ASN1_UNDEF)) {
113 ptype = V_ASN1_UNDEF;
  /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
encode_key2any.c 200 int strtype = V_ASN1_UNDEF;
227 int strtype = V_ASN1_UNDEF;
254 int strtype = V_ASN1_UNDEF;
285 int strtype = V_ASN1_UNDEF;
316 int strtype = V_ASN1_UNDEF;
341 int strtype = V_ASN1_UNDEF;
592 *pstrtype = V_ASN1_UNDEF;
925 *pstrtype = V_ASN1_UNDEF;
  /src/crypto/external/bsd/openssl/dist/crypto/dsa/
dsa_ameth.c 55 } else if ((ptype == V_ASN1_NULL) || (ptype == V_ASN1_UNDEF)) {
114 ptype = V_ASN1_UNDEF;
  /src/crypto/external/apache2/openssl/dist/crypto/ec/
ecx_backend.c 166 if (ptype != V_ASN1_UNDEF) {

Completed in 102 milliseconds

1 2 3