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

/dovecot/src/lib-dcrypt/
H A Dostream-encrypt.c381 uint32_t i_msb = cpu32_to_be(i); local
385 hash->loop(hctx, &i_msb, sizeof(i_msb));
H A Distream-decrypt.c452 uint32_t i_msb = cpu32_to_be(i); local
456 hash->loop(hctx, &i_msb, sizeof(i_msb));

Completed in 10 milliseconds