Searched refs:theLongs (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/unbound/compat/
H A Dsha512.c258 uint64_t* theLongs; member in union:_ldns_sha2_buffer_union
433 cast_var.theLongs[SHA512_SHORT_BLOCK_LENGTH / 8] = context->bitcount[1];
434 cast_var.theLongs[SHA512_SHORT_BLOCK_LENGTH / 8 + 1] = context->bitcount[0];
/freebsd-11-stable/contrib/ldns/
H A Dsha2.c551 uint64_t* theLongs; member in union:_ldns_sha2_buffer_union
595 cast_var.theLongs[ldns_sha256_SHORT_BLOCK_LENGTH / 8] = context->bitcount;
894 cast_var.theLongs[ldns_sha512_SHORT_BLOCK_LENGTH / 8] = context->bitcount[1];
895 cast_var.theLongs[ldns_sha512_SHORT_BLOCK_LENGTH / 8 + 1] = context->bitcount[0];

Completed in 70 milliseconds