Searched refs:V_ASN1_NULL (Results 1 – 13 of 13) sorted by relevance
/external/boringssl/src/crypto/asn1/ |
D | a_type.c | 67 if ((a->value.ptr != NULL) || (a->type == V_ASN1_NULL)) in ASN1_TYPE_get() 125 case V_ASN1_NULL: in ASN1_TYPE_cmp()
|
D | tasn_fre.c | 250 case V_ASN1_NULL: in ASN1_primitive_free()
|
D | tasn_dec.c | 869 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()
|
D | tasn_new.c | 354 case V_ASN1_NULL: in ASN1_primitive_new()
|
D | tasn_prn.c | 573 if (utype == V_ASN1_NULL) in asn1_primitive_print()
|
D | tasn_enc.c | 617 case V_ASN1_NULL: in asn1_ex_i2c()
|
/external/boringssl/src/crypto/evp/ |
D | algorithm.c | 104 paramtype = V_ASN1_NULL; in EVP_DigestSignAlgorithm()
|
D | p_rsa_asn1.c | 79 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()
|
D | p_dsa_asn1.c | 97 } else if (ptype == V_ASN1_NULL || ptype == V_ASN1_UNDEF) { in dsa_pub_decode()
|
/external/boringssl/src/crypto/x509/ |
D | x_algor.c | 138 param_type = V_ASN1_NULL; in X509_ALGOR_set_md()
|
D | asn1_gen.c | 577 ASN1_GEN_STR("NULL", V_ASN1_NULL), in asn1_str2tag() 671 case V_ASN1_NULL: in asn1_str2type()
|
/external/boringssl/src/crypto/pkcs8/ |
D | p5_pbev2.c | 275 V_ASN1_NULL, NULL); in PKCS5_pbkdf2_set()
|
/external/boringssl/src/include/openssl/ |
D | asn1.h | 96 #define V_ASN1_NULL 5 macro
|