Home
last modified time | relevance | path

Searched refs:other_ctx (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/include/crypto/
H A Dx509.h226 void *other_ctx; member
/freebsd/crypto/openssl/crypto/x509/
H A Dx509_vfy.c363 *issuer = find_issuer(ctx, ctx->other_ctx, x); in get_issuer_sk()
382 for (i = 0; i < sk_X509_num(ctx->other_ctx); i++) { in STACK_OF()
383 x = sk_X509_value(ctx->other_ctx, i); in STACK_OF()
2335 ctx->other_ctx = NULL; in X509_STORE_CTX_init()
2461 ctx->other_ctx = sk; in X509_STORE_CTX_set0_trusted_stack()