Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.c624 uint8_t *rawkeybytes = (uint8_t *)P; in blowfish_init_keysched() local
636 bitrepeat(key, len, bits, rawkeybytes, 72); in blowfish_init_keysched()
641 while (rawkeybytes != (uint8_t *)(P + 18)) { in blowfish_init_keysched()
643 (uintptr_t)(P + 18) - (uintptr_t)rawkeybytes; in blowfish_init_keysched()
645 bcopy(key, rawkeybytes, copylen); in blowfish_init_keysched()
646 rawkeybytes += copylen; in blowfish_init_keysched()