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

/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/
H A Dapr_crypto.h123 typedef struct apr_crypto_key_t apr_crypto_key_t; typedef in typeref:struct:apr_crypto_key_t
235 * @note If *key is NULL, a apr_crypto_key_t will be created from a pool. If
256 APU_DECLARE(apr_status_t) apr_crypto_passphrase(apr_crypto_key_t **key,
281 const apr_crypto_key_t *key, apr_size_t *blockSize, apr_pool_t *p);
341 const unsigned char *iv, const apr_crypto_key_t *key, apr_pool_t *p);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/private/
H A Dapr_crypto_internal.h89 * @note If *key is NULL, a apr_crypto_key_t will be created from a pool. If
110 apr_status_t (*passphrase)(apr_crypto_key_t **key, apr_size_t *ivSize,
133 const unsigned char **iv, const apr_crypto_key_t *key,
195 const apr_crypto_key_t *key, apr_pool_t *p);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/crypto/
H A Dapr_crypto_openssl.c52 struct apr_crypto_key_t { struct
259 f->keys = apr_array_make(pool, 10, sizeof(apr_crypto_key_t));
336 * @note If *key is NULL, a apr_crypto_key_t will be created from a pool. If
357 static apr_status_t crypto_passphrase(apr_crypto_key_t **k, apr_size_t *ivSize,
363 apr_crypto_key_t *key = *k;
474 const unsigned char **iv, const apr_crypto_key_t *key,
647 const apr_crypto_key_t *key, apr_pool_t *p)
H A Dapr_crypto_nss.c63 struct apr_crypto_key_t { struct
78 apr_crypto_key_t *key;
259 apr_crypto_key_t *key;
311 f->keys = apr_array_make(pool, 10, sizeof(apr_crypto_key_t));
373 * @note If *key is NULL, a apr_crypto_key_t will be created from a pool. If
394 static apr_status_t crypto_passphrase(apr_crypto_key_t **k, apr_size_t *ivSize,
406 apr_crypto_key_t *key = *k;
529 const unsigned char **iv, const apr_crypto_key_t *key,
711 const apr_crypto_key_t *key, apr_pool_t *p)
H A Dapr_crypto.c53 APR_TYPEDEF_STRUCT(apr_crypto_key_t,
321 * @note If *key is NULL, a apr_crypto_key_t will be created from a pool. If
342 APU_DECLARE(apr_status_t) apr_crypto_passphrase(apr_crypto_key_t **key,
371 const apr_crypto_key_t *key, apr_size_t *blockSize, apr_pool_t *p)
440 const unsigned char *iv, const apr_crypto_key_t *key, apr_pool_t *p)
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/test/
H A Dtestcrypto.c96 static const apr_crypto_key_t *passphrase(abts_case *tc, apr_pool_t *pool,
102 apr_crypto_key_t *key = NULL;
147 const apr_crypto_key_t *key, const unsigned char *in,
227 const apr_crypto_key_t *key, unsigned char *cipherText,
325 const apr_crypto_key_t *key1 = NULL;
326 const apr_crypto_key_t *key2 = NULL;

Completed in 109 milliseconds