Home
last modified time | relevance | path

Searched refs:CMP_CTX (Results 1 – 2 of 2) sorted by path

/openssl/doc/man3/
H A DOSSL_CMP_MSG_get0_header.pod35 in the header of the given message according to the CMP_CTX.
/openssl/test/
H A Dcmp_ctx_test.c338 CMP_CTX *ctx = fixture->ctx; \
339 int (*set_fn)(CMP_CTX *ctx, TYPE) = \
340 (int (*)(CMP_CTX *ctx, TYPE))PREFIX##_##SETN##_##FIELD; \
342 TYPE (*get_fn)(const CMP_CTX *ctx) = OSSL_CMP_CTX_##GETN##_##FIELD; \
529 static TYPE *OSSL_CMP_CTX_get0_##FIELD(const CMP_CTX *ctx) \
568 static int OSSL_CMP_CTX_get_##FIELD(const CMP_CTX *ctx) \
593 static char *OSSL_CMP_CTX_get1_##FIELD##_str(const CMP_CTX *ctx) \
608 static TYPE sk_top_##FIELD(const CMP_CTX *ctx) \
615 CMP_CTX *ctx = fixture->ctx; \
616 int (*push_fn)(CMP_CTX *ctx, TYPE) = \
[all …]

Completed in 10 milliseconds