Searched refs:V_ASN1_UNDEF (Results 1 – 5 of 5) sorted by relevance
82 if (ptype != V_ASN1_UNDEF)97 if (ptype == V_ASN1_UNDEF)119 *pptype = V_ASN1_UNDEF; in X509_ALGOR_get0()136 param_type = V_ASN1_UNDEF; in X509_ALGOR_set_md()
360 if (type != V_ASN1_UNDEF) in X509_NAME_ENTRY_set_data()
108 paramtype = V_ASN1_UNDEF; in EVP_DigestSignAlgorithm()
97 } else if (ptype == V_ASN1_NULL || ptype == V_ASN1_UNDEF) { in dsa_pub_decode()146 if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_DSA), V_ASN1_UNDEF, pval, in dsa_pub_encode()
90 #define V_ASN1_UNDEF -1 macro