Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_utl.c89 int X509V3_add_value(const char *name, const char *value, in X509V3_add_value()
111 int X509V3_add_value_uchar(const char *name, const unsigned char *value, in X509V3_add_value_uchar()
128 int X509V3_add_value_bool(const char *name, int asn1_bool, in X509V3_add_value_bool()
135 int X509V3_add_value_bool_nf(char *name, int asn1_bool, in X509V3_add_value_bool_nf()
209 int X509V3_add_value_int(const char *name, ASN1_INTEGER *aint, in X509V3_add_value_int()
Dv3_lib.c147 int X509V3_EXT_add_list(X509V3_EXT_METHOD *extlist) in X509V3_EXT_add_list()
/external/f2fs-tools/mkfs/
Df2fs_format.c123 const char **extlist = media_ext_lists; in configure_extension_list() local