Searched refs:apr_crypto_config_t (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/
H A Dapr_crypto.h122 typedef struct apr_crypto_config_t apr_crypto_config_t; typedef in typeref:struct:apr_crypto_config_t
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/crypto/
H A Dapr_crypto_openssl.c43 apr_crypto_config_t *config;
48 struct apr_crypto_config_t { struct
191 apr_crypto_config_t *config = NULL;
249 config = f->config = apr_pcalloc(pool, sizeof(apr_crypto_config_t));
478 apr_crypto_config_t *config = key->f->config;
649 apr_crypto_config_t *config = key->f->config;
H A Dapr_crypto_nss.c54 apr_crypto_config_t *config;
59 struct apr_crypto_config_t { struct
293 apr_crypto_config_t *config = NULL;
303 config = f->config = apr_pcalloc(pool, sizeof(apr_crypto_config_t));

Completed in 134 milliseconds