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

/external/boringssl/src/crypto/x509/
H A Dby_file.c163 i=X509_STORE_add_cert(ctx->store_ctx,x);
179 i=X509_STORE_add_cert(ctx->store_ctx,x);
229 i=X509_STORE_add_crl(ctx->store_ctx,x);
245 i=X509_STORE_add_crl(ctx->store_ctx,x);
283 X509_STORE_add_cert(ctx->store_ctx, itmp->x509);
287 X509_STORE_add_crl(ctx->store_ctx, itmp->crl);
H A Dby_dir.c427 CRYPTO_MUTEX_lock_write(&xl->store_ctx->objs_lock);
429 if (sk_X509_OBJECT_find(xl->store_ctx->objs, &idx, &stmp)) {
430 tmp=sk_X509_OBJECT_value(xl->store_ctx->objs,idx);
432 CRYPTO_MUTEX_unlock(&xl->store_ctx->objs_lock);
H A Dx509_lu.c81 ret->store_ctx=NULL;
288 lu->store_ctx=v;
/external/boringssl/src/ssl/test/
H A Dbssl_shim.cc397 static int VerifySucceed(X509_STORE_CTX *store_ctx, void *arg) { argument
398 SSL* ssl = (SSL*)X509_STORE_CTX_get_ex_data(store_ctx,
415 static int VerifyFail(X509_STORE_CTX *store_ctx, void *arg) { argument
416 store_ctx->error = X509_V_ERR_APPLICATION_VERIFICATION;
/external/boringssl/include/openssl/
H A Dssl.h1897 * |X509_STORE_CTX_get_ex_data| to look up the |SSL| from |store_ctx|. */
1899 SSL_CTX *ctx, int mode, int (*callback)(int ok, X509_STORE_CTX *store_ctx));
1907 * |X509_STORE_CTX_get_ex_data| to look up the |SSL| from |store_ctx|. */
1910 X509_STORE_CTX *store_ctx));
1923 int ok, X509_STORE_CTX *store_ctx);
1928 int ok, X509_STORE_CTX *store_ctx);
2023 * certificate verification rather than |X509_verify_cert|. |store_ctx| contains
2032 SSL_CTX *ctx, int (*callback)(X509_STORE_CTX *store_ctx, void *arg),
3537 int (*app_verify_callback)(X509_STORE_CTX *store_ctx, void *arg);
H A Dx509_vfy.h222 X509_STORE *store_ctx; /* who owns us */ member in struct:x509_lookup_st
/external/boringssl/src/include/openssl/
H A Dssl.h1897 * |X509_STORE_CTX_get_ex_data| to look up the |SSL| from |store_ctx|. */
1899 SSL_CTX *ctx, int mode, int (*callback)(int ok, X509_STORE_CTX *store_ctx));
1907 * |X509_STORE_CTX_get_ex_data| to look up the |SSL| from |store_ctx|. */
1910 X509_STORE_CTX *store_ctx));
1923 int ok, X509_STORE_CTX *store_ctx);
1928 int ok, X509_STORE_CTX *store_ctx);
2023 * certificate verification rather than |X509_verify_cert|. |store_ctx| contains
2032 SSL_CTX *ctx, int (*callback)(X509_STORE_CTX *store_ctx, void *arg),
3537 int (*app_verify_callback)(X509_STORE_CTX *store_ctx, void *arg);
H A Dx509_vfy.h222 X509_STORE *store_ctx; /* who owns us */ member in struct:x509_lookup_st
/external/boringssl/src/ssl/
H A Dssl_lib.c1093 int ok, X509_STORE_CTX *store_ctx) {
1098 int (*callback)(int ok, X509_STORE_CTX *store_ctx)) {
1659 int (*cb)(X509_STORE_CTX *store_ctx,
1097 SSL_set_verify(SSL *ssl, int mode, int (*callback)(int ok, X509_STORE_CTX *store_ctx)) argument
1658 SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx, int (*cb)(X509_STORE_CTX *store_ctx, void *arg), void *arg) argument

Completed in 127 milliseconds