HomeSort by: relevance | last modified time | path
    Searched refs:ossl_cmp_ctx (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_ctx.c 26 TYPE *OSSL_CMP_CTX_get0_##NAME(const OSSL_CMP_CTX *ctx) \
43 int PREFIX##_set0##_##NAME(OSSL_CMP_CTX *ctx, TYPE *val) \
59 DEFINE_OSSL_set0_NAME(OSSL_CMP_CTX, trusted, trusted, X509_STORE)
71 int OSSL_CMP_CTX_set1_untrusted(OSSL_CMP_CTX *ctx, STACK_OF(X509) *certs)
90 static int cmp_ctx_set_md(OSSL_CMP_CTX *ctx, EVP_MD **pmd, int nid)
105 * Allocates and initializes OSSL_CMP_CTX context structure with default values.
108 OSSL_CMP_CTX *OSSL_CMP_CTX_new(OSSL_LIB_CTX *libctx, const char *propq)
110 OSSL_CMP_CTX *ctx = OPENSSL_zalloc(sizeof(*ctx));
159 /* Prepare the OSSL_CMP_CTX for next use, partly re-initializing OSSL_CMP_CTX */
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/
cmp_ctx_test.c 18 OSSL_CMP_CTX *ctx;
62 OSSL_CMP_CTX *ctx = fixture->ctx;
115 OSSL_CMP_CTX *cmpctx = OSSL_CMP_CTX_new(libctx, propq);
153 OSSL_CMP_CTX *ctx = fixture->ctx;
218 OSSL_CMP_CTX *ctx = fixture->ctx;
283 OSSL_CMP_CTX *ctx = fixture->ctx;
335 static OSSL_CMP_MSG *test_transfer_cb(OSSL_CMP_CTX *ctx,
341 static int test_certConf_cb(OSSL_CMP_CTX *ctx, X509 *cert, int fail_info,
347 typedef OSSL_CMP_CTX CMP_CTX; /* prevents rewriting type name by below macro */
348 #define OSSL_CMP_CTX 1 /* name prefix for exported setter functions *
349 #define ossl_cmp_ctx macro
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
cmp_ctx_test.c 23 OSSL_CMP_CTX *ctx;
67 OSSL_CMP_CTX *ctx = fixture->ctx;
141 OSSL_CMP_CTX *ctx = fixture->ctx;
204 OSSL_CMP_CTX *ctx = fixture->ctx;
266 OSSL_CMP_CTX *ctx = fixture->ctx;
314 static OSSL_CMP_MSG *test_transfer_cb(OSSL_CMP_CTX *ctx,
320 static int test_certConf_cb(OSSL_CMP_CTX *ctx, X509 *cert, int fail_info,
326 typedef OSSL_CMP_CTX CMP_CTX; /* prevents rewriting type name by below macro */
327 #define OSSL_CMP_CTX 1 /* name prefix for exported setter functions */
328 #define ossl_cmp_ctx 0 /* name prefix for internal setter functions * macro
    [all...]

Completed in 25 milliseconds