Searched refs:other_ctx (Results 1 - 3 of 3) sorted by relevance

/external/boringssl/include/openssl/
H A Dx509_vfy.h239 void *other_ctx; /* Other info for use with get_issuer() */ member in struct:x509_store_ctx_st
/external/boringssl/src/include/openssl/
H A Dx509_vfy.h239 void *other_ctx; /* Other info for use with get_issuer() */ member in struct:x509_store_ctx_st
/external/boringssl/src/crypto/x509/
H A Dx509_vfy.c493 /* Alternative lookup method: look from a STACK stored in other_ctx */
497 *issuer = find_issuer(ctx, ctx->other_ctx, x);
2380 ctx->other_ctx = sk;

Completed in 150 milliseconds