HomeSort by relevance Sort by last modified time
    Searched full:store_ctx (Results 1 - 6 of 6) sorted by null

  /external/openssl/crypto/x509/
by_file.c 166 i=X509_STORE_add_cert(ctx->store_ctx,x);
182 i=X509_STORE_add_cert(ctx->store_ctx,x);
233 i=X509_STORE_add_crl(ctx->store_ctx,x);
249 i=X509_STORE_add_crl(ctx->store_ctx,x);
286 X509_STORE_add_cert(ctx->store_ctx, itmp->x509);
290 X509_STORE_add_crl(ctx->store_ctx, itmp->crl);
by_dir.c 424 j = sk_X509_OBJECT_find(xl->store_ctx->objs,&stmp);
425 if(j != -1) tmp=sk_X509_OBJECT_value(xl->store_ctx->objs,j);
x509_lu.c 76 ret->store_ctx=NULL;
278 lu->store_ctx=v;
x509_vfy.h 224 X509_STORE *store_ctx; /* who owns us */ member in struct:x509_lookup_st
  /external/openssl/apps/
pkcs12.c 829 X509_STORE_CTX store_ctx; local
836 X509_STORE_CTX_init(&store_ctx, store, cert, NULL);
837 if (X509_verify_cert(&store_ctx) <= 0) {
838 i = X509_STORE_CTX_get_error (&store_ctx);
846 chn = X509_STORE_CTX_get1_chain(&store_ctx);
848 X509_STORE_CTX_cleanup(&store_ctx);
  /external/openssl/include/openssl/
x509_vfy.h 224 X509_STORE *store_ctx; /* who owns us */ member in struct:x509_lookup_st

Completed in 39 milliseconds