Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/apr-util/crypto/
HDapr_crypto_openssl.c55 apr_crypto_config_t *config;
60 struct apr_crypto_config_t { struct
238 apr_crypto_config_t *config = NULL; in crypto_make()
296 config = f->config = apr_pcalloc(pool, sizeof(apr_crypto_config_t)); in crypto_make()
623 apr_crypto_config_t *config = key->f->config;
809 apr_crypto_config_t *config = key->f->config;
HDapr_crypto_nss.c53 apr_crypto_config_t *config;
58 struct apr_crypto_config_t { struct
310 apr_crypto_config_t *config = NULL; in crypto_make()
320 config = f->config = apr_pcalloc(pool, sizeof(apr_crypto_config_t)); in crypto_make()
/freebsd-13-stable/contrib/apr-util/include/
HDapr_crypto.h126 typedef struct apr_crypto_config_t apr_crypto_config_t; typedef