OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ts_verify_ctx
(Results
1 - 2
of
2
) sorted by null
/external/openssl/include/openssl/
ts.h
655
typedef struct
TS_verify_ctx
681
}
TS_VERIFY_CTX
;
683
int TS_RESP_verify_response(
TS_VERIFY_CTX
*ctx, TS_RESP *response);
684
int TS_RESP_verify_token(
TS_VERIFY_CTX
*ctx, PKCS7 *token);
688
* they are defined in ts/
ts_verify_ctx
.c.
692
TS_VERIFY_CTX
*TS_VERIFY_CTX_new(void);
693
void TS_VERIFY_CTX_init(
TS_VERIFY_CTX
*ctx);
694
void TS_VERIFY_CTX_free(
TS_VERIFY_CTX
*ctx);
695
void TS_VERIFY_CTX_cleanup(
TS_VERIFY_CTX
*ctx);
713
TS_VERIFY_CTX
*TS_REQ_to_TS_VERIFY_CTX(TS_REQ *req, TS_VERIFY_CTX *ctx)
[
all
...]
/external/openssl/
openssl.config
154
crypto/ts/
ts_verify_ctx
.c \
Completed in 139 milliseconds