HomeSort by relevance Sort by last modified time
    Searched defs:STACK_OF (Results 26 - 28 of 28) sorted by null

12

  /external/boringssl/src/crypto/x509/
x509_vfy.c 117 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x);
132 STACK_OF(X509_CRL) *crls);
139 STACK_OF(X509) *cert_path,
140 STACK_OF(X509) *crl_path);
163 STACK_OF(X509) *certs;
192 STACK_OF(X509) *sktmp = NULL;
531 * Given a STACK_OF(X509) find the issuer of cert (if any)
534 static X509 *find_issuer(X509_STORE_CTX *ctx, STACK_OF(X509) *sk, X509 *x)
1008 STACK_OF(X509_CRL) *crls)
    [all...]
  /external/boringssl/src/crypto/x509v3/
v3_utl.c 79 static STACK_OF(OPENSSL_STRING) *get_email(X509_NAME *name,
82 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email);
92 STACK_OF(CONF_VALUE) **extlist)
122 STACK_OF(CONF_VALUE) **extlist)
127 /* Free function for STACK_OF(CONF_VALUE) */
143 STACK_OF(CONF_VALUE) **extlist)
151 STACK_OF(CONF_VALUE) **extlist)
233 STACK_OF(CONF_VALUE) **extlist)
286 STACK_OF(CONF_VALUE) *X509V3_parse_list(const char *line)
290 STACK_OF(CONF_VALUE) *values = NULL
    [all...]
  /external/python/cpython2/Modules/
_ssl.c 173 static STACK_OF(X509_OBJECT) *X509_STORE_get0_objects(X509_STORE *store) {
828 function to extract the STACK_OF(GENERAL_NAME),
1124 STACK_OF(DIST_POINT) *dps;
1143 STACK_OF(GENERAL_NAME) *gns;
    [all...]

Completed in 972 milliseconds

12