Home
last modified time | relevance | path

Searched refs:words (Results 1 – 2 of 2) sorted by relevance

/libcrypt/
A Dsha256.c78 const uint32_t *words = buffer; in sha256_process_block() local
125 W[t] = SWAP (*words); in sha256_process_block()
126 ++words; in sha256_process_block()
A Dsha512.c109 const uint64_t *words = buffer; in sha512_process_block() local
156 W[t] = SWAP (*words); in sha512_process_block()
157 ++words; in sha512_process_block()

Completed in 6 milliseconds