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

/freebsd-10-stable/contrib/apr-util/include/
H A Dapr_sha1.h50 /** @see apr_sha1_ctx_t */
51 typedef struct apr_sha1_ctx_t apr_sha1_ctx_t; typedef in typeref:struct:apr_sha1_ctx_t
56 struct apr_sha1_ctx_t { struct
88 APU_DECLARE(void) apr_sha1_init(apr_sha1_ctx_t *context);
96 APU_DECLARE(void) apr_sha1_update(apr_sha1_ctx_t *context, const char *input,
105 APU_DECLARE(void) apr_sha1_update_binary(apr_sha1_ctx_t *context,
115 apr_sha1_ctx_t *context);
/freebsd-10-stable/contrib/apr-util/crypto/
H A Dapr_sha1.c107 static void sha_transform(apr_sha1_ctx_t *sha_info)
206 APU_DECLARE(void) apr_sha1_init(apr_sha1_ctx_t *sha_info)
220 APU_DECLARE(void) apr_sha1_update_binary(apr_sha1_ctx_t *sha_info,
259 APU_DECLARE(void) apr_sha1_update(apr_sha1_ctx_t *sha_info, const char *buf,
314 apr_sha1_ctx_t *sha_info)
351 apr_sha1_ctx_t context;
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
H A Dchecksum.c462 apr_sha1_ctx_t sha1_ctx;
537 ctx->apr_ctx = apr_palloc(pool, sizeof(apr_sha1_ctx_t));

Completed in 111 milliseconds