Home
last modified time | relevance | path

Searched refs:sha256ctx (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/opencrypto/
H A Dxform_auth.h91 SHA256_CTX sha256ctx; member
/freebsd/sys/dev/cesa/
H A Dcesa.c443 memcpy(hin, auth_ctx.sha256ctx.state, in cesa_set_mkey()
444 sizeof(auth_ctx.sha256ctx.state)); in cesa_set_mkey()
447 memcpy(hout, auth_ctx.sha256ctx.state, in cesa_set_mkey()
448 sizeof(auth_ctx.sha256ctx.state)); in cesa_set_mkey()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c162 archive_sha256_ctx sha256ctx;
1480 if (archive_sha256_init(&mtree->sha256ctx) == ARCHIVE_OK) in sum_init()
1532 archive_sha256_update(&mtree->sha256ctx, buff, n); in sum_update()
1569 archive_sha256_final(&mtree->sha256ctx, reg->digest.sha256); in sum_final()
163 archive_sha256_ctx sha256ctx; global() member
/freebsd/sys/dev/cxgbe/crypto/
H A Dt4_keyctx.c333 u32[i] = htobe32(auth_ctx->sha256ctx.state[i]); in t4_copy_partial_hash()
/freebsd/sys/dev/safexcel/
H A Dsafexcel.c1337 ((uint32_t *)buf)[i] = htobe32(ctx->sha256ctx.state[i]); in safexcel_setkey_hmac_digest()