Searched refs:V_ASN1_UNDEF (Results 1 - 13 of 13) sorted by relevance

/freebsd-11.0-release/crypto/openssl/crypto/asn1/
H A Dx_algor.c85 if (ptype != V_ASN1_UNDEF) {
98 if (ptype == V_ASN1_UNDEF) {
115 *pptype = V_ASN1_UNDEF;
131 param_type = V_ASN1_UNDEF;
H A Da_sign.c285 paramtype = V_ASN1_UNDEF;
H A Dasn1.h101 # define V_ASN1_UNDEF -1 macro
/freebsd-11.0-release/crypto/openssl/crypto/cms/
H A Dcms_cd.c101 OBJ_nid2obj(NID_zlib_compression), V_ASN1_UNDEF, NULL);
H A Dcms_enc.c194 if (calg->parameter->type == V_ASN1_UNDEF) {
H A Dcms_lib.c343 param_type = V_ASN1_UNDEF;
H A Dcms_env.c615 OBJ_nid2obj(nid), V_ASN1_UNDEF, NULL);
H A Dcms_sd.c917 key ? V_ASN1_INTEGER : V_ASN1_UNDEF, key);
/freebsd-11.0-release/crypto/openssl/crypto/dsa/
H A Ddsa_ameth.c96 } else if ((ptype == V_ASN1_NULL) || (ptype == V_ASN1_UNDEF)) {
151 ptype = V_ASN1_UNDEF;
586 X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, 0);
602 X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, 0);
/freebsd-11.0-release/crypto/openssl/crypto/ec/
H A Dec_ameth.c568 X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, 0);
584 X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, 0);
661 if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) {
870 V_ASN1_UNDEF, NULL);
/freebsd-11.0-release/crypto/openssl/crypto/x509/
H A Dx509name.c376 if (type != V_ASN1_UNDEF) {
/freebsd-11.0-release/crypto/openssl/engines/ccgost/
H A Dgost_ameth.c93 int ptype = V_ASN1_UNDEF;
643 int ptype = V_ASN1_UNDEF;
738 int ptype = V_ASN1_UNDEF;
/freebsd-11.0-release/crypto/openssl/crypto/dh/
H A Ddh_ameth.c670 if (atype != V_ASN1_UNDEF && atype == V_ASN1_NULL)
865 V_ASN1_UNDEF, NULL);

Completed in 143 milliseconds