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

/external/boringssl/include/openssl/
H A Dx509_vfy.h240 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.h240 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.c488 /* Alternative lookup method: look from a STACK stored in other_ctx */
492 *issuer = find_issuer(ctx, ctx->other_ctx, x);
2344 ctx->other_ctx = sk;

Completed in 75 milliseconds