Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/crypto/blowfish/
H A Dblowfish_impl.c623 uint32_t tmpblock[] = {0, 0}; in blowfish_init_keysched() local
664 (void) blowfish_encrypt_block(newbie, (uint8_t *)tmpblock, in blowfish_init_keysched()
665 (uint8_t *)tmpblock); in blowfish_init_keysched()
666 *initp++ = ntohl(tmpblock[0]); in blowfish_init_keysched()
667 *initp++ = ntohl(tmpblock[1]); in blowfish_init_keysched()
672 (void) blowfish_encrypt_block(newbie, (uint8_t *)tmpblock, in blowfish_init_keysched()
673 (uint8_t *)tmpblock); in blowfish_init_keysched()
674 *initp++ = ntohl(tmpblock[0]); in blowfish_init_keysched()
675 *initp++ = ntohl(tmpblock[1]); in blowfish_init_keysched()
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDESCrypt.c410 CK_BYTE tmpblock[DES_BLOCK_LEN]; in soft_des_encrypt_common() local
411 (void) memcpy(tmpblock, in_buf + out_len, in soft_des_encrypt_common()
413 soft_add_pkcs7_padding(tmpblock + in soft_des_encrypt_common()
425 (char *)tmpblock, DES_BLOCK_LEN, &out); in soft_des_encrypt_common()