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

/freebsd-11-stable/contrib/unbound/compat/
H A Dsha512.c399 ldns_sha2_buffer_union cast_var; local
432 cast_var.theChars = context->buffer;
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.c557 ldns_sha2_buffer_union cast_var; local
594 cast_var.theChars = context->buffer;
595 cast_var.theLongs[ldns_sha256_SHORT_BLOCK_LENGTH / 8] = context->bitcount;
860 ldns_sha2_buffer_union cast_var; local
893 cast_var.theChars = context->buffer;
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 69 milliseconds