Searched refs:verify_ctx (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/apps/ |
H A D | ts.c | 855 TS_VERIFY_CTX *verify_ctx = NULL; in verify_command() local 868 if ((verify_ctx = create_verify_ctx(data, digest, queryfile, in verify_command() 874 ? TS_RESP_verify_token(verify_ctx, token) in verify_command() 875 : TS_RESP_verify_response(verify_ctx, response); in verify_command() 889 TS_VERIFY_CTX_free(verify_ctx); in verify_command()
|
/third_party/openssl/apps/ |
H A D | ts.c | 855 TS_VERIFY_CTX *verify_ctx = NULL; in verify_command() local 868 if ((verify_ctx = create_verify_ctx(data, digest, queryfile, in verify_command() 874 ? TS_RESP_verify_token(verify_ctx, token) in verify_command() 875 : TS_RESP_verify_response(verify_ctx, response); in verify_command() 889 TS_VERIFY_CTX_free(verify_ctx); in verify_command()
|
Completed in 4 milliseconds