Home
last modified time | relevance | path

Searched defs:extlist (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_utl.c91 static int x509V3_add_len_value(const char *name, const char *value, in x509V3_add_len_value()
134 int X509V3_add_value(const char *name, const char *value, in X509V3_add_value()
141 int X509V3_add_value_uchar(const char *name, const unsigned char *value, in X509V3_add_value_uchar()
147 int x509V3_add_value_asn1_string(const char *name, const ASN1_STRING *value, in x509V3_add_value_asn1_string()
169 int X509V3_add_value_bool(const char *name, int asn1_bool, in X509V3_add_value_bool()
177 int X509V3_add_value_bool_nf(const char *name, int asn1_bool, in X509V3_add_value_bool_nf()
298 int X509V3_add_value_int(const char *name, const ASN1_INTEGER *aint, in X509V3_add_value_int()
Dv3_lib.c155 int X509V3_EXT_add_list(X509V3_EXT_METHOD *extlist) in X509V3_EXT_add_list()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_utl.c91 static int x509V3_add_len_value(const char *name, const char *value, in x509V3_add_len_value()
134 int X509V3_add_value(const char *name, const char *value, in X509V3_add_value()
141 int X509V3_add_value_uchar(const char *name, const unsigned char *value, in X509V3_add_value_uchar()
147 int x509V3_add_value_asn1_string(const char *name, const ASN1_STRING *value, in x509V3_add_value_asn1_string()
169 int X509V3_add_value_bool(const char *name, int asn1_bool, in X509V3_add_value_bool()
177 int X509V3_add_value_bool_nf(const char *name, int asn1_bool, in X509V3_add_value_bool_nf()
298 int X509V3_add_value_int(const char *name, const ASN1_INTEGER *aint, in X509V3_add_value_int()
Dv3_lib.c155 int X509V3_EXT_add_list(X509V3_EXT_METHOD *extlist) in X509V3_EXT_add_list()
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/x509/
H A Dv3_utl.c92 static int x509V3_add_len_value(const char *name, const char *value, in x509V3_add_len_value()
136 int X509V3_add_value(const char *name, const char *value, in X509V3_add_value()
142 int x509V3_add_value_asn1_string(const char *name, const ASN1_STRING *value, in x509V3_add_value_asn1_string()
160 int X509V3_add_value_bool(const char *name, int asn1_bool, in X509V3_add_value_bool()
293 int X509V3_add_value_int(const char *name, const ASN1_INTEGER *aint, in X509V3_add_value_int()
/aosp_15_r20/external/boringssl/src/crypto/x509/
H A Dv3_utl.c92 static int x509V3_add_len_value(const char *name, const char *value, in x509V3_add_len_value()
136 int X509V3_add_value(const char *name, const char *value, in X509V3_add_value()
142 int x509V3_add_value_asn1_string(const char *name, const ASN1_STRING *value, in x509V3_add_value_asn1_string()
160 int X509V3_add_value_bool(const char *name, int asn1_bool, in X509V3_add_value_bool()
293 int X509V3_add_value_int(const char *name, const ASN1_INTEGER *aint, in X509V3_add_value_int()
/aosp_15_r20/external/python/cpython2/Misc/
DBeOS-setup.py52 def module_enabled(extlist, modname): argument
/aosp_15_r20/external/python/cpython2/
Dsetup.py157 def module_enabled(extlist, modname): argument
/aosp_15_r20/external/f2fs-tools/fsck/
H A Ddir.c473 __u8 (*extlist)[F2FS_EXTENSION_LEN] = sbi->raw_super->extension_list; in set_file_temperature() local
/aosp_15_r20/external/f2fs-tools/mkfs/
H A Df2fs_format.c190 const char **extlist; in cure_extension_list() local