Home
last modified time | relevance | path

Searched refs:self_test_cb (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Dcontext.c43 void *self_test_cb; member
181 ctx->self_test_cb = ossl_self_test_set_callback_new(ctx); in context_init()
182 if (ctx->self_test_cb == NULL) in context_init()
327 if (ctx->self_test_cb != NULL) { in context_deinit_objs()
328 ossl_self_test_set_callback_free(ctx->self_test_cb); in context_deinit_objs()
329 ctx->self_test_cb = NULL; in context_deinit_objs()
608 return ctx->self_test_cb; in ossl_lib_ctx_get_data()
/freebsd/crypto/openssl/doc/man7/
H A DOSSL_PROVIDER-FIPS.pod508 static OSSL_CALLBACK self_test_cb;
510 static int self_test_cb(const OSSL_PARAM params[], void *arg)
/freebsd/crypto/openssl/include/openssl/
H A Dcore_dispatch.h197 OSSL_CORE_MAKE_FUNC(void, self_test_cb, (OPENSSL_CORE_CTX *ctx, OSSL_CALLBACK **cb,