Searched defs:words (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/auth/
H A Dmech-skey.c133 const char *words = t_strndup(data, data_size); local
135 ret = otp_parse_response(words, hash, FALSE);
/dovecot/src/lib/
H A Dsha3.c69 /* generally called after SHA3_KECCAK_SPONGE_WORDS-ctx->capacityWords words
135 size_t words; local
178 /* now work in full words directly from input */
182 words = len / sizeof(uint64_t);
183 tail = len - words * sizeof(uint64_t);
185 for(i = 0; i < words; i++, buf += sizeof(uint64_t)) {

Completed in 1028 milliseconds