/external/boringssl/src/crypto/x509v3/ |
D | pcy_lib.c | 82 STACK_OF(X509_POLICY_NODE) *X509_policy_tree_get0_policies(const in STACK_OF() function 91 STACK_OF(X509_POLICY_NODE) *X509_policy_tree_get0_user_policies(const in STACK_OF() function 140 STACK_OF(POLICYQUALINFO) *X509_policy_node_get0_qualifiers(const in STACK_OF() function
|
D | v3_bitst.c | 96 STACK_OF(CONF_VALUE) *i2v_ASN1_BIT_STRING(X509V3_EXT_METHOD *method, in STACK_OF() function
|
D | v3_akey.c | 91 static STACK_OF(CONF_VALUE) *i2v_AUTHORITY_KEYID(X509V3_EXT_METHOD *method, in STACK_OF() function
|
D | pcy_node.c | 71 STACK_OF(X509_POLICY_NODE) *policy_node_cmp_new(void) in STACK_OF() function
|
D | v3_alt.c | 103 STACK_OF(CONF_VALUE) *i2v_GENERAL_NAMES(X509V3_EXT_METHOD *method, in STACK_OF() function 118 STACK_OF(CONF_VALUE) *i2v_GENERAL_NAME(X509V3_EXT_METHOD *method, in STACK_OF() function
|
D | v3_utl.c | 326 STACK_OF(CONF_VALUE) *X509V3_parse_list(const char *line) in STACK_OF() function 551 STACK_OF(OPENSSL_STRING) *X509_get1_email(X509 *x) in STACK_OF() function 562 STACK_OF(OPENSSL_STRING) *X509_get1_ocsp(X509 *x) in STACK_OF() function 585 STACK_OF(OPENSSL_STRING) *X509_REQ_get1_email(X509_REQ *x) in STACK_OF() function 599 static STACK_OF(OPENSSL_STRING) *get_email(X509_NAME *name, in STACK_OF() function
|
D | v3_conf.c | 404 STACK_OF(CONF_VALUE) *X509V3_get_section(X509V3_CTX *ctx, char *section) in STACK_OF() function 437 static STACK_OF(CONF_VALUE) *nconf_get_section(void *db, char *section) in STACK_OF() function
|
D | v3_crld.c | 94 static STACK_OF(GENERAL_NAME) *gnames_from_sectname(X509V3_CTX *ctx, in STACK_OF() function
|
/external/boringssl/src/crypto/x509/ |
D | x509_att.c | 119 STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr(STACK_OF(X509_ATTRIBUTE) **x, in STACK_OF() function 153 STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_OBJ(STACK_OF(X509_ATTRIBUTE) in STACK_OF() function 169 STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_NID(STACK_OF(X509_ATTRIBUTE) in STACK_OF() function 184 STACK_OF(X509_ATTRIBUTE) *X509at_add1_attr_by_txt(STACK_OF(X509_ATTRIBUTE) in STACK_OF() function
|
D | x509_set.c | 161 STACK_OF(X509_EXTENSION) *X509_get0_extensions(const X509 *x) in STACK_OF() function
|
D | x509_v3.c | 141 STACK_OF(X509_EXTENSION) *X509v3_add_ext(STACK_OF(X509_EXTENSION) **x, in STACK_OF() function
|
D | x509_lu.c | 512 STACK_OF(X509_OBJECT) *X509_STORE_get0_objects(X509_STORE *st) in STACK_OF() function 517 STACK_OF (X509) * X509_STORE_get1_certs(X509_STORE_CTX *ctx, X509_NAME *nm) in STACK_OF() function 563 STACK_OF (X509_CRL) * X509_STORE_get1_crls(X509_STORE_CTX *ctx, X509_NAME *nm) in STACK_OF() function
|
D | x509_req.c | 183 STACK_OF(X509_EXTENSION) *X509_REQ_get_extensions(X509_REQ *req) in STACK_OF() function
|
D | x509_cmp.c | 468 STACK_OF(X509) *X509_chain_up_ref(STACK_OF(X509) *chain) in STACK_OF() function
|
D | x509_vfy.c | 2088 STACK_OF(X509) *X509_STORE_CTX_get_chain(X509_STORE_CTX *ctx) in STACK_OF() function 2093 STACK_OF(X509) *X509_STORE_CTX_get1_chain(X509_STORE_CTX *ctx) in STACK_OF() function 2125 STACK_OF(X509) *X509_STORE_CTX_get0_untrusted(X509_STORE_CTX *ctx) in STACK_OF() function
|
/external/boringssl/src/crypto/pkcs7/ |
D | pkcs7_test.cc | 516 const STACK_OF(X509) *certs3 = pkcs7_obj->d.sign->cert; in TestCertRepase() local 538 const STACK_OF(X509) *certs4 = pkcs7_obj->d.sign->cert; in TestCertRepase() local 598 const STACK_OF(X509_CRL) *crls3 = pkcs7_obj->d.sign->crl; in TestCRLReparse() local 612 const STACK_OF(X509_CRL) *crls4 = pkcs7_obj->d.sign->crl; in TestCRLReparse() local
|
/external/boringssl/src/crypto/pem/ |
D | pem_info.c | 75 STACK_OF(X509_INFO) *PEM_X509_INFO_read(FILE *fp, STACK_OF(X509_INFO) *sk, in STACK_OF() function 139 STACK_OF(X509_INFO) *PEM_X509_INFO_read_bio(BIO *bp, STACK_OF(X509_INFO) *sk, in STACK_OF() function
|
/external/boringssl/src/ssl/ |
D | d1_srtp.cc | 205 STACK_OF(SRTP_PROTECTION_PROFILE) *SSL_get_srtp_profiles(SSL *ssl) { in STACK_OF() function
|
D | ssl_cert.cc | 668 const STACK_OF(CRYPTO_BUFFER) *names = cfg->client_CA.get(); in ssl_has_client_CAs() local 684 const STACK_OF(CRYPTO_BUFFER) *names = hs->config->client_CA.get(); in ssl_add_client_CA_list() local 931 const STACK_OF(CRYPTO_BUFFER) *SSL_get0_peer_certificates(const SSL *ssl) { in STACK_OF() function 940 const STACK_OF(CRYPTO_BUFFER) *SSL_get0_server_requested_CAs(const SSL *ssl) { in STACK_OF() function
|
D | ssl_x509.cc | 541 STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *ssl) { in STACK_OF() function 556 STACK_OF(X509) *SSL_get_peer_full_cert_chain(const SSL *ssl) { in STACK_OF() function 1042 STACK_OF(X509_NAME) *SSL_dup_CA_list(STACK_OF(X509_NAME) *list) { in STACK_OF() function 1089 static STACK_OF(X509_NAME) * in STACK_OF() function 1121 STACK_OF(X509_NAME) *SSL_get_client_CA_list(const SSL *ssl) { in STACK_OF() function 1149 STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(const SSL_CTX *ctx) { in STACK_OF() function
|
D | ssl_file.cc | 133 STACK_OF(X509_NAME) *SSL_load_client_CA_file(const char *file) { in STACK_OF() function
|
/external/boringssl/src/include/openssl/ |
D | stack.h | 125 #define STACK_OF(type) struct stack_st_##type macro
|
D | x509_vfy.h | 174 typedef STACK_OF(X509) *(*X509_STORE_CTX_lookup_certs_fn)(X509_STORE_CTX *ctx, typedef 176 typedef STACK_OF(X509_CRL) *(*X509_STORE_CTX_lookup_crls_fn)(X509_STORE_CTX *ctx, typedef
|
/external/boringssl/src/crypto/conf/ |
D | conf.c | 381 STACK_OF(CONF_VALUE) *NCONF_get_section(const CONF *conf, const char *section) { in STACK_OF() function
|
/external/boringssl/src/ssl/test/ |
D | test_config.cc | 898 const STACK_OF(X509_NAME) *received = SSL_get_client_CA_list(ssl); in CheckCertificateRequest() local 917 const STACK_OF(CRYPTO_BUFFER) *buffers = SSL_get0_server_requested_CAs(ssl); in CheckCertificateRequest() local
|