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.c360 if (type != V_ASN1_UNDEF) in X509_NAME_ENTRY_set_data()
/external/boringssl/src/crypto/evp/
Dalgorithm.c108 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()
146 if (X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_DSA), V_ASN1_UNDEF, pval, in dsa_pub_encode()
/external/boringssl/src/include/openssl/
Dasn1.h90 #define V_ASN1_UNDEF -1 macro