Searched refs:store_ctx (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/x509/
H A Dby_file.c166 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);
H A Dby_dir.c359 j = sk_X509_OBJECT_find(xl->store_ctx->objs,&stmp);
360 if(j != -1) tmp=sk_X509_OBJECT_value(xl->store_ctx->objs,j);
H A Dx509_lu.c76 ret->store_ctx=NULL;
271 lu->store_ctx=v;
H A Dx509_vfy.h206 X509_STORE *store_ctx; /* who owns us */ member in struct:x509_lookup_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/x509/
H A Dby_file.c166 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);
H A Dby_dir.c360 j = sk_X509_OBJECT_find(xl->store_ctx->objs,&stmp);
361 if(j != -1) tmp=sk_X509_OBJECT_value(xl->store_ctx->objs,j);
H A Dx509_lu.c76 ret->store_ctx=NULL;
270 lu->store_ctx=v;
H A Dx509_vfy.h220 X509_STORE *store_ctx; /* who owns us */ member in struct:x509_lookup_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Dpkcs12.c815 X509_STORE_CTX store_ctx; local
822 X509_STORE_CTX_init(&store_ctx, store, cert, NULL);
823 if (X509_verify_cert(&store_ctx) <= 0) {
824 i = X509_STORE_CTX_get_error (&store_ctx);
832 chn = X509_STORE_CTX_get1_chain(&store_ctx);
834 X509_STORE_CTX_cleanup(&store_ctx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/
H A Dpkcs12.c849 X509_STORE_CTX store_ctx; local
856 X509_STORE_CTX_init(&store_ctx, store, cert, NULL);
857 if (X509_verify_cert(&store_ctx) <= 0) {
858 i = X509_STORE_CTX_get_error (&store_ctx);
861 chn = X509_STORE_CTX_get1_chain(&store_ctx);
865 X509_STORE_CTX_cleanup(&store_ctx);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/include/openssl/
H A Dx509_vfy.h206 X509_STORE *store_ctx; /* who owns us */ member in struct:x509_lookup_st
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dx509_vfy.h220 X509_STORE *store_ctx; /* who owns us */ member in struct:x509_lookup_st

Completed in 188 milliseconds