Home
last modified time | relevance | path

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

/openssl-master/test/
A Dcmp_ctx_test.c341 CMP_CTX *ctx = fixture->ctx; \
342 int (*set_fn)(CMP_CTX *ctx, TYPE) = \
343 (int (*)(CMP_CTX *ctx, TYPE))PREFIX##_##SETN##_##FIELD; \
345 TYPE (*get_fn)(const CMP_CTX *ctx) = OSSL_CMP_CTX_##GETN##_##FIELD; \
531 static TYPE *OSSL_CMP_CTX_get0_##FIELD(const CMP_CTX *ctx) \
570 static int OSSL_CMP_CTX_get_##FIELD(const CMP_CTX *ctx) \
595 static char *OSSL_CMP_CTX_get1_##FIELD##_str(const CMP_CTX *ctx) \
610 static TYPE sk_top_##FIELD(const CMP_CTX *ctx) \
617 CMP_CTX *ctx = fixture->ctx; \
618 int (*push_fn)(CMP_CTX *ctx, TYPE) = \
[all …]
/openssl-master/doc/man3/
A DOSSL_CMP_MSG_get0_header.pod35 in the header of the given message according to the CMP_CTX.

Completed in 5 milliseconds