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

/freebsd-11-stable/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-11-stable/sys/opencrypto/
H A Dxform_auth.h83 SHA256_CTX sha256ctx; member in union:authctx
/freebsd-11-stable/contrib/ntp/lib/isc/include/isc/
H A Dhmacsha.h61 isc_sha256_t sha256ctx; member in struct:__anon4826
/freebsd-11-stable/sys/dev/cesa/
H A Dcesa.c453 SHA256_CTX sha256ctx; local
487 SHA256_Init(&sha256ctx);
488 SHA256_Update(&sha256ctx, ipad, SHA2_256_HMAC_BLOCK_LEN);
489 memcpy(hin, sha256ctx.state, sizeof(sha256ctx.state));
490 SHA256_Init(&sha256ctx);
491 SHA256_Update(&sha256ctx, opad, SHA2_256_HMAC_BLOCK_LEN);
492 memcpy(hout, sha256ctx.state, sizeof(sha256ctx.state));
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c163 archive_sha256_ctx sha256ctx; member in struct:mtree_writer
1481 if (archive_sha256_init(&mtree->sha256ctx) == ARCHIVE_OK)
1533 archive_sha256_update(&mtree->sha256ctx, buff, n);
1570 archive_sha256_final(&mtree->sha256ctx, reg->digest.sha256);
/freebsd-11-stable/sys/dev/cxgbe/crypto/
H A Dt4_crypto.c1726 u32[i] = htobe32(auth_ctx->sha256ctx.state[i]);

Completed in 133 milliseconds