Symbol: V_ASN1_UNDEF
crypto/openssl/apps/cmp.c
3396
if (paramtype == V_ASN1_UNDEF || alg->parameter == NULL) {
crypto/openssl/apps/lib/cmp_mock_srv.c
540
V_ASN1_UNDEF, NULL); /* cannot fail */
crypto/openssl/crypto/asn1/a_sign.c
244
paramtype = pkey->ameth->pkey_flags & ASN1_PKEY_SIGPARAM_NULL ? V_ASN1_NULL : V_ASN1_UNDEF;
crypto/openssl/crypto/asn1/a_time.c
271
if (type == V_ASN1_UNDEF) {
crypto/openssl/crypto/asn1/a_time.c
343
return ossl_asn1_time_from_tm(s, ts, V_ASN1_UNDEF);
crypto/openssl/crypto/asn1/a_time.c
577
return ossl_asn1_time_from_tm(t, &tm, V_ASN1_UNDEF) != NULL;
crypto/openssl/crypto/asn1/tasn_enc.c
566
case V_ASN1_UNDEF:
crypto/openssl/crypto/asn1/x_algor.c
35
if (ptype != V_ASN1_UNDEF && alg->parameter == NULL
crypto/openssl/crypto/asn1/x_algor.c
44
if (ptype == V_ASN1_UNDEF) {
crypto/openssl/crypto/asn1/x_algor.c
78
*pptype = V_ASN1_UNDEF;
crypto/openssl/crypto/asn1/x_algor.c
90
int type = md->flags & EVP_MD_FLAG_DIGALGID_ABSENT ? V_ASN1_UNDEF
crypto/openssl/crypto/cms/cms_cd.c
55
V_ASN1_UNDEF, NULL); /* cannot fail */
crypto/openssl/crypto/cms/cms_dh.c
242
V_ASN1_UNDEF, NULL); /* cannot fail */
crypto/openssl/crypto/cms/cms_dh.c
38
if (atype != V_ASN1_UNDEF && atype != V_ASN1_NULL)
crypto/openssl/crypto/cms/cms_ec.c
289
V_ASN1_UNDEF, NULL); /* cannot fail */
crypto/openssl/crypto/cms/cms_ec.c
89
if (atype == V_ASN1_UNDEF || atype == V_ASN1_NULL) {
crypto/openssl/crypto/cms/cms_enc.c
189
if (calg->parameter->type == V_ASN1_UNDEF) {
crypto/openssl/crypto/cms/cms_env.c
782
V_ASN1_UNDEF, NULL); /* cannot fail */
crypto/openssl/crypto/cms/cms_sd.c
1189
alg = ossl_X509_ALGOR_from_nid(algnid, key != NULL ? V_ASN1_INTEGER : V_ASN1_UNDEF, key);
crypto/openssl/crypto/cms/cms_sd.c
264
return X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, NULL);
crypto/openssl/crypto/crmf/crmf_pbm.c
102
if (!X509_ALGOR_set0(pbm->mac, OBJ_nid2obj(macnid), V_ASN1_UNDEF, NULL)) {
crypto/openssl/crypto/crmf/crmf_pbm.c
68
if (!X509_ALGOR_set0(pbm->owf, OBJ_nid2obj(owfnid), V_ASN1_UNDEF, NULL)) {
crypto/openssl/crypto/dsa/dsa_ameth.c
113
ptype = V_ASN1_UNDEF;
crypto/openssl/crypto/dsa/dsa_ameth.c
55
} else if ((ptype == V_ASN1_NULL) || (ptype == V_ASN1_UNDEF)) {
crypto/openssl/crypto/ec/ecx_backend.c
166
if (ptype != V_ASN1_UNDEF) {
crypto/openssl/crypto/ec/ecx_meth.c
121
V_ASN1_UNDEF, NULL, penc, penclen)) {
crypto/openssl/crypto/ec/ecx_meth.c
46
V_ASN1_UNDEF, NULL, penc, KEYLEN(pkey))) {
crypto/openssl/crypto/ec/ecx_meth.c
551
if ((nid != NID_ED25519 && nid != NID_ED448) || ptype != V_ASN1_UNDEF) {
crypto/openssl/crypto/ec/ecx_meth.c
566
(void)X509_ALGOR_set0(alg1, OBJ_nid2obj(nid), V_ASN1_UNDEF, NULL);
crypto/openssl/crypto/ec/ecx_meth.c
568
(void)X509_ALGOR_set0(alg2, OBJ_nid2obj(nid), V_ASN1_UNDEF, NULL);
crypto/openssl/crypto/pkcs7/pk7_lib.c
327
return X509_ALGOR_set0(alg2, OBJ_nid2obj(snid), V_ASN1_UNDEF, NULL);
crypto/openssl/crypto/rsa/rsa_ameth.c
42
*pstrtype = V_ASN1_UNDEF;
crypto/openssl/crypto/rsa/rsa_backend.c
660
if (algptype == V_ASN1_UNDEF)
crypto/openssl/crypto/x509/x509name.c
335
if (type != V_ASN1_UNDEF) {
crypto/openssl/providers/implementations/encode_decode/decode_der2key.c
656
if ((X509_ALGOR_get0(NULL, &ptype, NULL, alg), ptype != V_ASN1_UNDEF)) {
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
200
int strtype = V_ASN1_UNDEF;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
227
int strtype = V_ASN1_UNDEF;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
254
int strtype = V_ASN1_UNDEF;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
285
int strtype = V_ASN1_UNDEF;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
316
int strtype = V_ASN1_UNDEF;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
341
int strtype = V_ASN1_UNDEF;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
592
*pstrtype = V_ASN1_UNDEF;
crypto/openssl/providers/implementations/encode_decode/encode_key2any.c
925
*pstrtype = V_ASN1_UNDEF;
crypto/openssl/providers/implementations/encode_decode/ml_dsa_codecs.c
444
if (ptype != V_ASN1_UNDEF) {
crypto/openssl/providers/implementations/encode_decode/ml_kem_codecs.c
311
if (ptype != V_ASN1_UNDEF) {
crypto/openssl/test/evp_fetch_prov_test.c
151
V_ASN1_UNDEF, NULL))) {
crypto/openssl/test/tls-provider.c
1213
if (ptype != V_ASN1_UNDEF || palg->algorithm == NULL) {
crypto/openssl/test/tls-provider.c
1359
V_ASN1_UNDEF, NULL,
crypto/openssl/test/tls-provider.c
1420
V_ASN1_UNDEF, NULL,
crypto/openssl/test/tls-provider.c
1459
int strtype = V_ASN1_UNDEF;
crypto/openssl/test/tls-provider.c
1486
int strtype = V_ASN1_UNDEF;
crypto/openssl/test/tls-provider.c
1513
int strtype = V_ASN1_UNDEF;
crypto/openssl/test/tls-provider.c
1544
int strtype = V_ASN1_UNDEF;
crypto/openssl/test/tls-provider.c
1576
int strtype = V_ASN1_UNDEF;
crypto/openssl/test/tls-provider.c
1600
int strtype = V_ASN1_UNDEF;
crypto/openssl/test/tls-provider.c
2597
X509_ALGOR_set0(algor, OBJ_txt2obj(tls_name, 0), V_ASN1_UNDEF, NULL);