Home
last modified time | relevance | path

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

/external/openssl/apps/
Dverify.c73 static int check(X509_STORE *ctx, char *file, STACK_OF(X509) *uchain, STACK_OF(X509) *tchain, int p…
239 static int check(X509_STORE *ctx, char *file, STACK_OF(X509) *uchain, STACK_OF(X509) *tchain, int p… in check() argument
262 if(tchain) X509_STORE_CTX_trusted_stack(csc, tchain); in check()