Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/crypto/asn1/
Da_type.c66 if ((a->value.ptr != NULL) || (a->type == V_ASN1_NULL)) in ASN1_TYPE_get()
118 case V_ASN1_NULL: in ASN1_TYPE_cmp()
Dtasn_fre.c230 case V_ASN1_NULL: in ASN1_primitive_free()
Dtasn_dec.c815 if (utype == V_ASN1_NULL || utype == V_ASN1_BOOLEAN in asn1_d2i_ex_primitive()
897 case V_ASN1_NULL: in asn1_ex_c2i()
986 if (typ && (utype == V_ASN1_NULL)) in asn1_ex_c2i()
Dtasn_new.c343 case V_ASN1_NULL: in ASN1_primitive_new()
Dtasn_enc.c590 case V_ASN1_NULL: in asn1_ex_i2c()
/external/boringssl/src/crypto/asn1/
Da_type.c69 if ((a->value.ptr != NULL) || (a->type == V_ASN1_NULL)) in ASN1_TYPE_get()
121 case V_ASN1_NULL: in ASN1_TYPE_cmp()
Dtasn_fre.c219 case V_ASN1_NULL: in ASN1_primitive_free()
Dtasn_dec.c766 if (utype == V_ASN1_NULL || utype == V_ASN1_BOOLEAN in asn1_d2i_ex_primitive()
848 case V_ASN1_NULL: in asn1_ex_c2i()
937 if (typ && (utype == V_ASN1_NULL)) in asn1_ex_c2i()
Dtasn_new.c297 case V_ASN1_NULL: in ASN1_primitive_new()
Dtasn_enc.c554 case V_ASN1_NULL: in asn1_ex_i2c()
/external/rust/crates/quiche/deps/boringssl/src/crypto/x509/
Dalgorithm.c108 (EVP_PKEY_id(pkey) == EVP_PKEY_RSA) ? V_ASN1_NULL : V_ASN1_UNDEF; in x509_digest_sign_algorithm()
148 sigalg->parameter->type != V_ASN1_NULL)) { in x509_digest_verify_init()
Dx_algor.c133 param_type = V_ASN1_NULL; in X509_ALGOR_set_md()
Dasn1_gen.c578 ASN1_GEN_STR("NULL", V_ASN1_NULL), in asn1_str2tag()
669 case V_ASN1_NULL: in asn1_str2type()
/external/boringssl/src/crypto/x509/
Dalgorithm.c108 (EVP_PKEY_id(pkey) == EVP_PKEY_RSA) ? V_ASN1_NULL : V_ASN1_UNDEF; in x509_digest_sign_algorithm()
150 if (sigalg->parameter != NULL && sigalg->parameter->type != V_ASN1_NULL) { in x509_digest_verify_init()
Dx_algor.c133 param_type = V_ASN1_NULL; in X509_ALGOR_set_md()
Dasn1_gen.c578 ASN1_GEN_STR("NULL", V_ASN1_NULL), in asn1_str2tag()
669 case V_ASN1_NULL: in asn1_str2type()
Dx509_test.cc1589 V_ASN1_NULL, nullptr)); in TEST()
/external/arm-trusted-firmware/tools/cert_create/src/
Dext.c182 ASN1_TYPE_set(hash->hashAlgorithm->parameter, V_ASN1_NULL, NULL); in ext_new_hash()
/external/boringssl/src/include/openssl/
Dasn1.h130 #define V_ASN1_NULL 5 macro
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dasn1.h106 #define V_ASN1_NULL 5 macro