Searched refs:sha256ctx (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/contrib/bind9/bin/tools/
H A Disc-hmac-fixup.c93 isc_sha256_t sha256ctx; local
94 isc_sha256_init(&sha256ctx);
95 isc_sha256_update(&sha256ctx, r.base, r.length);
96 isc_sha256_final(key, &sha256ctx);
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dhmacsha.c345 isc_sha256_t sha256ctx; local
346 isc_sha256_init(&sha256ctx);
347 isc_sha256_update(&sha256ctx, key, len);
348 isc_sha256_final(ctx->key, &sha256ctx);
352 isc_sha256_init(&ctx->sha256ctx);
356 isc_sha256_update(&ctx->sha256ctx, ipad, sizeof(ipad));
372 isc_sha256_update(&ctx->sha256ctx, buf, len);
385 isc_sha256_final(newdigest, &ctx->sha256ctx);
391 isc_sha256_init(&ctx->sha256ctx);
392 isc_sha256_update(&ctx->sha256ctx, opa
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dhmacsha.c344 isc_sha256_t sha256ctx; local
345 isc_sha256_init(&sha256ctx);
346 isc_sha256_update(&sha256ctx, key, len);
347 isc_sha256_final(ctx->key, &sha256ctx);
351 isc_sha256_init(&ctx->sha256ctx);
355 isc_sha256_update(&ctx->sha256ctx, ipad, sizeof(ipad));
371 isc_sha256_update(&ctx->sha256ctx, buf, len);
384 isc_sha256_final(newdigest, &ctx->sha256ctx);
390 isc_sha256_init(&ctx->sha256ctx);
391 isc_sha256_update(&ctx->sha256ctx, opa
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dopensslrsa_link.c198 isc_sha256_t *sha256ctx; local
200 sha256ctx = isc_mem_get(dctx->mctx,
202 if (sha256ctx == NULL)
204 isc_sha256_init(sha256ctx);
205 dctx->ctxdata.sha256ctx = sha256ctx;
274 isc_sha256_t *sha256ctx = dctx->ctxdata.sha256ctx; local
276 if (sha256ctx != NULL) {
277 isc_sha256_invalidate(sha256ctx);
339 isc_sha256_t *sha256ctx = dctx->ctxdata.sha256ctx; local
437 isc_sha256_t *sha256ctx = dctx->ctxdata.sha256ctx; local
585 isc_sha256_t *sha256ctx = dctx->ctxdata.sha256ctx; local
[all...]
H A Ddst_internal.h150 isc_sha256_t *sha256ctx; member in union:dst_context::__anon135
H A Dhmac_link.c1052 isc_sha256_t sha256ctx; local
1065 isc_sha256_init(&sha256ctx);
1066 isc_sha256_update(&sha256ctx, r.base, r.length);
1067 isc_sha256_final(hkey->key, &sha256ctx);
/freebsd-9.3-release/sys/opencrypto/
H A Dxform.h73 SHA256_CTX sha256ctx; member in union:authctx
/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dhmacsha.h61 isc_sha256_t sha256ctx; member in struct:__anon239
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dhmacsha.h61 isc_sha256_t sha256ctx; member in struct:__anon75
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c79 archive_sha256_ctx sha256ctx; member in struct:mtree_writer
604 archive_sha256_init(&mtree->sha256ctx);
794 archive_sha256_final(&mtree->sha256ctx, buf);
877 archive_sha256_update(&mtree->sha256ctx, buff, n);

Completed in 117 milliseconds