Searched refs:apr_crypto_t (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/private/
H A Dapr_crypto_internal.h57 apr_status_t (*make)(apr_crypto_t **f, const apr_crypto_driver_t *provider,
69 const apr_crypto_t *f);
80 const apr_crypto_t *f);
114 const int iterations, const apr_crypto_t *f, apr_pool_t *p);
253 apr_status_t (*cleanup)(apr_crypto_t *f);
268 apr_status_t (*error)(const apu_err_t **result, const apr_crypto_t *f);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/
H A Dapr_crypto.h121 typedef struct apr_crypto_t apr_crypto_t; typedef in typeref:struct:apr_crypto_t
185 const apr_crypto_t *f);
202 APU_DECLARE(apr_status_t) apr_crypto_make(apr_crypto_t **f,
215 const apr_crypto_t *f);
226 const apr_crypto_t *f);
261 const int iterations, const apr_crypto_t *f, apr_pool_t *p);
400 APU_DECLARE(apr_status_t) apr_crypto_cleanup(apr_crypto_t *f);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/crypto/
H A Dapr_crypto_openssl.c38 struct apr_crypto_t { struct
55 const apr_crypto_t *f;
66 const apr_crypto_t *f;
86 const apr_crypto_t *f)
157 static apr_status_t crypto_cleanup(apr_crypto_t *f)
171 apr_crypto_t *f = (apr_crypto_t *) data;
187 static apr_status_t crypto_make(apr_crypto_t **ff,
192 apr_crypto_t *f = apr_pcalloc(pool, sizeof(apr_crypto_t));
[all...]
H A Dapr_crypto.c48 APR_TYPEDEF_STRUCT(apr_crypto_t,
56 const apr_crypto_t *f;
62 const apr_crypto_t *f;
260 const apr_crypto_t *f)
280 APU_DECLARE(apr_status_t) apr_crypto_make(apr_crypto_t **f,
295 const apr_crypto_t *f)
309 const apr_crypto_t *f)
347 const int iterations, const apr_crypto_t *f, apr_pool_t *p)
511 APU_DECLARE(apr_status_t) apr_crypto_cleanup(apr_crypto_t *f)
H A Dapr_crypto_nss.c49 struct apr_crypto_t { struct
66 const apr_crypto_t *f;
76 const apr_crypto_t *f;
94 const apr_crypto_t *f)
257 static apr_status_t crypto_cleanup(apr_crypto_t *f)
273 apr_crypto_t *f = (apr_crypto_t *) data;
289 static apr_status_t crypto_make(apr_crypto_t **ff,
294 apr_crypto_t *f;
296 f = apr_pcalloc(pool, sizeof(apr_crypto_t));
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/test/
H A Dtestcrypto.c78 static apr_crypto_t *make(abts_case *tc, apr_pool_t *pool,
82 apr_crypto_t *f = NULL;
97 const apr_crypto_driver_t *driver, const apr_crypto_t *f,
146 const apr_crypto_driver_t *driver, const apr_crypto_t *f,
226 const apr_crypto_driver_t *driver, const apr_crypto_t *f,
323 apr_crypto_t *f1 = NULL;
324 apr_crypto_t *f2 = NULL;
687 apr_crypto_t *f;
730 apr_crypto_t *f;
773 apr_crypto_t *
[all...]

Completed in 141 milliseconds