Searched refs:sha256ctx (Results 1 – 5 of 5) sorted by relevance
91 SHA256_CTX sha256ctx; member
443 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()
162 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
333 u32[i] = htobe32(auth_ctx->sha256ctx.state[i]); in t4_copy_partial_hash()
1337 ((uint32_t *)buf)[i] = htobe32(ctx->sha256ctx.state[i]); in safexcel_setkey_hmac_digest()