Home
last modified time | relevance | path

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

/openssl/test/
H A Dcmp_ctx_test.c355 CMP_CTX *ctx = fixture->ctx; \
356 int (*set_fn)(CMP_CTX *ctx, TYPE) = \
357 (int (*)(CMP_CTX *ctx, TYPE))PREFIX##_##SETN##_##FIELD; \
359 TYPE (*get_fn)(const CMP_CTX *ctx) = OSSL_CMP_CTX_##GETN##_##FIELD; \
549 static TYPE *OSSL_CMP_CTX_get0_##FIELD(const CMP_CTX *ctx) \
590 static int OSSL_CMP_CTX_get_##FIELD(const CMP_CTX *ctx) \
615 static char *OSSL_CMP_CTX_get1_##FIELD##_str(const CMP_CTX *ctx) \
630 static TYPE sk_top_##FIELD(const CMP_CTX *ctx) \
637 CMP_CTX *ctx = fixture->ctx; \
638 int (*push_fn)(CMP_CTX *ctx, TYPE) = \
[all …]
/openssl/doc/man3/
H A DOSSL_CMP_MSG_get0_header.pod42 in the header of the given message according to the CMP_CTX.
47 in the header of the given message according to the CMP_CTX.

Completed in 8 milliseconds