Searched refs:theLongs (Results 1 – 2 of 2) sorted by relevance
258 uint64_t* theLongs; member433 cast_var.theLongs[SHA512_SHORT_BLOCK_LENGTH / 8] = context->bitcount[1]; in SHA512_Last()434 cast_var.theLongs[SHA512_SHORT_BLOCK_LENGTH / 8 + 1] = context->bitcount[0]; in SHA512_Last()
554 uint64_t* theLongs; member598 cast_var.theLongs[ldns_sha256_SHORT_BLOCK_LENGTH / 8] = context->bitcount; in ldns_sha256_final()901 cast_var.theLongs[ldns_sha512_SHORT_BLOCK_LENGTH / 8] = context->bitcount[1]; in ldns_sha512_Last()902 cast_var.theLongs[ldns_sha512_SHORT_BLOCK_LENGTH / 8 + 1] = context->bitcount[0]; in ldns_sha512_Last()