Searched refs:apr_crypto_block_t (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/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);
/freebsd-11-stable/contrib/apr-util/include/
H A Dapr_crypto.h128 typedef struct apr_crypto_block_t apr_crypto_block_t; typedef in typeref:struct:apr_crypto_block_t
353 * @note If *ctx is NULL, a apr_crypto_block_t will be created from a pool. If
368 apr_crypto_block_t **ctx, const unsigned char **iv,
391 apr_crypto_block_t *ctx);
412 apr_size_t *outlen, apr_crypto_block_t *ctx);
416 * @note If *ctx is NULL, a apr_crypto_block_t will be created from a pool. If
428 apr_crypto_block_t **ctx, apr_size_t *blockSize,
451 apr_crypto_block_t *ctx);
472 apr_size_t *outlen, apr_crypto_block_t *ct
[all...]
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_crypto.c59 APR_TYPEDEF_STRUCT(apr_crypto_block_t,
436 * @note If *ctx is NULL, a apr_crypto_block_t will be created from a pool. If
451 apr_crypto_block_t **ctx, const unsigned char **iv,
477 apr_crypto_block_t *ctx)
501 apr_size_t *outlen, apr_crypto_block_t *ctx)
508 * @note If *ctx is NULL, a apr_crypto_block_t will be created from a pool. If
520 apr_crypto_block_t **ctx, apr_size_t *blockSize,
546 apr_crypto_block_t *ctx)
570 apr_size_t *outlen, apr_crypto_block_t *ctx)
581 APU_DECLARE(apr_status_t) apr_crypto_block_cleanup(apr_crypto_block_t *ct
[all...]
H A Dapr_crypto_commoncrypto.c62 struct apr_crypto_block_t struct
125 static apr_status_t crypto_block_cleanup(apr_crypto_block_t *ctx)
139 apr_crypto_block_t *block = (apr_crypto_block_t *) data;
508 * @note If *ctx is NULL, a apr_crypto_block_t will be created from a pool. If
522 static apr_status_t crypto_block_encrypt_init(apr_crypto_block_t **ctx,
527 apr_crypto_block_t *block = *ctx;
529 *ctx = block = apr_pcalloc(p, sizeof(apr_crypto_block_t));
618 apr_crypto_block_t *ctx)
677 apr_size_t *outlen, apr_crypto_block_t *ct
[all...]
H A Dapr_crypto_openssl.c75 struct apr_crypto_block_t { struct
180 static apr_status_t crypto_block_cleanup(apr_crypto_block_t *ctx)
194 apr_crypto_block_t *block = (apr_crypto_block_t *) data;
604 * @note If *ctx is NULL, a apr_crypto_block_t will be created from a pool. If
618 static apr_status_t crypto_block_encrypt_init(apr_crypto_block_t **ctx,
624 apr_crypto_block_t *block = *ctx;
626 *ctx = block = apr_pcalloc(p, sizeof(apr_crypto_block_t));
710 apr_crypto_block_t *ctx)
769 apr_size_t *outlen, apr_crypto_block_t *ct
[all...]
H A Dapr_crypto_nss.c73 struct apr_crypto_block_t { struct
245 static apr_status_t crypto_block_cleanup(apr_crypto_block_t *block)
264 apr_crypto_block_t *block = (apr_crypto_block_t *) data;
742 * @note If *ctx is NULL, a apr_crypto_block_t will be created from a pool. If
756 static apr_status_t crypto_block_encrypt_init(apr_crypto_block_t **ctx,
763 apr_crypto_block_t *block = *ctx;
765 *ctx = block = apr_pcalloc(p, sizeof(apr_crypto_block_t));
844 apr_crypto_block_t *block)
898 apr_size_t *outlen, apr_crypto_block_t *bloc
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcrypto.c268 apr_crypto_block_t *block_ctx = NULL;
405 apr_crypto_block_t *block_ctx = NULL;
504 apr_crypto_block_t *block_ctx = NULL;
624 apr_crypto_block_t *block_ctx = NULL;
/freebsd-11-stable/contrib/apr-util/test/
H A Dtestcrypto.c282 apr_crypto_block_t *block = NULL;
374 apr_crypto_block_t *block = NULL;

Completed in 1123 milliseconds