Searched refs:apr_crypto_block_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.h118 * @note If *ctx is NULL, a apr_crypto_block_t will be created from a pool. If
132 apr_status_t (*block_encrypt_init)(apr_crypto_block_t **ctx,
155 const unsigned char *in, apr_size_t inlen, apr_crypto_block_t *ctx);
176 apr_size_t *outlen, apr_crypto_block_t *ctx);
180 * @note If *ctx is NULL, a apr_crypto_block_t will be created from a pool. If
193 apr_status_t (*block_decrypt_init)(apr_crypto_block_t **ctx,
216 const unsigned char *in, apr_size_t inlen, apr_crypto_block_t *ctx);
237 apr_size_t *outlen, apr_crypto_block_t *ctx);
245 apr_status_t (*block_cleanup)(apr_crypto_block_t *ctx);
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/include/
H A Dapr_crypto.h124 typedef struct apr_crypto_block_t apr_crypto_block_t; typedef in typeref:struct:apr_crypto_block_t
265 * @note If *ctx is NULL, a apr_crypto_block_t will be created from a pool. If
280 apr_crypto_block_t **ctx, const unsigned char **iv,
303 apr_crypto_block_t *ctx);
324 apr_size_t *outlen, apr_crypto_block_t *ctx);
328 * @note If *ctx is NULL, a apr_crypto_block_t will be created from a pool. If
340 apr_crypto_block_t **ctx, apr_size_t *blockSize,
363 apr_crypto_block_t *ctx);
384 apr_size_t *outlen, apr_crypto_block_t *ct
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/crypto/
H A Dapr_crypto_openssl.c63 struct apr_crypto_block_t { struct
133 static apr_status_t crypto_block_cleanup(apr_crypto_block_t *ctx)
147 apr_crypto_block_t *block = (apr_crypto_block_t *) data;
459 * @note If *ctx is NULL, a apr_crypto_block_t will be created from a pool. If
473 static apr_status_t crypto_block_encrypt_init(apr_crypto_block_t **ctx,
479 apr_crypto_block_t *block = *ctx;
481 *ctx = block = apr_pcalloc(p, sizeof(apr_crypto_block_t));
563 apr_crypto_block_t *ctx)
617 apr_size_t *outlen, apr_crypto_block_t *ct
[all...]
H A Dapr_crypto.c59 APR_TYPEDEF_STRUCT(apr_crypto_block_t,
355 * @note If *ctx is NULL, a apr_crypto_block_t will be created from a pool. If
370 apr_crypto_block_t **ctx, const unsigned char **iv,
396 apr_crypto_block_t *ctx)
420 apr_size_t *outlen, apr_crypto_block_t *ctx)
427 * @note If *ctx is NULL, a apr_crypto_block_t will be created from a pool. If
439 apr_crypto_block_t **ctx, apr_size_t *blockSize,
465 apr_crypto_block_t *ctx)
489 apr_size_t *outlen, apr_crypto_block_t *ctx)
500 APU_DECLARE(apr_status_t) apr_crypto_block_cleanup(apr_crypto_block_t *ct
[all...]
H A Dapr_crypto_nss.c73 struct apr_crypto_block_t { struct
233 static apr_status_t crypto_block_cleanup(apr_crypto_block_t *block)
247 apr_crypto_block_t *block = (apr_crypto_block_t *) data;
514 * @note If *ctx is NULL, a apr_crypto_block_t will be created from a pool. If
528 static apr_status_t crypto_block_encrypt_init(apr_crypto_block_t **ctx,
536 apr_crypto_block_t *block = *ctx;
538 *ctx = block = apr_pcalloc(p, sizeof(apr_crypto_block_t));
617 apr_crypto_block_t *block)
671 apr_size_t *outlen, apr_crypto_block_t *bloc
[all...]
/macosx-10.9.5/apache-786.1/httpd/srclib/apr-util/test/
H A Dtestcrypto.c153 apr_crypto_block_t *block = NULL;
233 apr_crypto_block_t *block = NULL;

Completed in 216 milliseconds