HomeSort by: relevance | last modified time | path
    Searched defs:msg_total_size_log_cb (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/
cmp_ctx_test.c 124 static int msg_total_size_log_cb(const char *func, const char *file, int line, function
156 if (!TEST_true(OSSL_CMP_CTX_set_log_cb(ctx, msg_total_size_log_cb)))
158 if (!TEST_true(ctx->log_cb == msg_total_size_log_cb)) {
  /src/crypto/external/apache2/openssl/dist/test/
cmp_ctx_test.c 136 static int msg_total_size_log_cb(const char *func, const char *file, int line, function
168 if (!TEST_true(OSSL_CMP_CTX_set_log_cb(ctx, msg_total_size_log_cb)))
170 if (!TEST_true(ctx->log_cb == msg_total_size_log_cb)) {

Completed in 83 milliseconds