Home
last modified time | relevance | path

Searched refs:V_ASN1_NULL (Results 1 – 13 of 13) sorted by relevance

/external/boringssl/src/crypto/asn1/
Da_type.c67 if ((a->value.ptr != NULL) || (a->type == V_ASN1_NULL)) in ASN1_TYPE_get()
125 case V_ASN1_NULL: in ASN1_TYPE_cmp()
Dtasn_fre.c250 case V_ASN1_NULL: in ASN1_primitive_free()
Dtasn_dec.c869 if (utype == V_ASN1_NULL || utype == V_ASN1_BOOLEAN in asn1_d2i_ex_primitive()
961 case V_ASN1_NULL: in asn1_ex_c2i()
1066 if (typ && (utype == V_ASN1_NULL)) in asn1_ex_c2i()
Dtasn_new.c354 case V_ASN1_NULL: in ASN1_primitive_new()
Dtasn_prn.c573 if (utype == V_ASN1_NULL) in asn1_primitive_print()
Dtasn_enc.c617 case V_ASN1_NULL: in asn1_ex_i2c()
/external/boringssl/src/crypto/evp/
Dalgorithm.c104 paramtype = V_ASN1_NULL; in EVP_DigestSignAlgorithm()
Dp_rsa_asn1.c79 if (!X509_PUBKEY_set0_param(pk, OBJ_nid2obj(EVP_PKEY_RSA), V_ASN1_NULL, NULL, in rsa_pub_encode()
128 V_ASN1_NULL, NULL, encoded, encoded_len)) { in rsa_priv_encode()
Dp_dsa_asn1.c97 } else if (ptype == V_ASN1_NULL || ptype == V_ASN1_UNDEF) { in dsa_pub_decode()
/external/boringssl/src/crypto/x509/
Dx_algor.c138 param_type = V_ASN1_NULL; in X509_ALGOR_set_md()
Dasn1_gen.c577 ASN1_GEN_STR("NULL", V_ASN1_NULL), in asn1_str2tag()
671 case V_ASN1_NULL: in asn1_str2type()
/external/boringssl/src/crypto/pkcs8/
Dp5_pbev2.c275 V_ASN1_NULL, NULL); in PKCS5_pbkdf2_set()
/external/boringssl/src/include/openssl/
Dasn1.h96 #define V_ASN1_NULL 5 macro