Home
last modified time | relevance | path

Searched refs:V_ASN1_UNDEF (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/crypto/x509/
Dx_algor.c82 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()
Dx509name.c354 if (type != V_ASN1_UNDEF) in X509_NAME_ENTRY_set_data()
/external/boringssl/src/crypto/evp/
Dalgorithm.c106 paramtype = V_ASN1_UNDEF; in EVP_DigestSignAlgorithm()
Dp_dsa_asn1.c97 } else if (ptype == V_ASN1_NULL || ptype == V_ASN1_UNDEF) { in dsa_pub_decode()
153 ptype = V_ASN1_UNDEF; in dsa_pub_encode()
/external/boringssl/src/include/openssl/
Dasn1.h89 #define V_ASN1_UNDEF -1 macro