Searched refs:apr_crypto_make (Results 1 – 4 of 4) sorted by relevance
202 APU_DECLARE(apr_status_t) apr_crypto_make(apr_crypto_t **f,
282 APU_DECLARE(apr_status_t) apr_crypto_make(apr_crypto_t **f, in apr_crypto_make() function
231 apr_err = apr_crypto_make(&apr_crypto, driver, NULL, result_pool); in svn_crypto__context_create()
89 apr_crypto_make(&f, driver, "engine=openssl", pool); in make()