Searched refs:out_block (Results 1 – 3 of 3) sorted by relevance
375 uint8_t *out_block) in blowfish_encrypt_block() argument435 if (IS_P2ALIGNED(out_block, sizeof (uint32_t))) { in blowfish_encrypt_block()437 b32 = (uint32_t *)out_block; in blowfish_encrypt_block()445 *(uint32_t *)(void *)&out_block[0] = htonl(left); in blowfish_encrypt_block()446 *(uint32_t *)(void *)&out_block[4] = htonl(right); in blowfish_encrypt_block()448 out_block[0] = left >> 24; in blowfish_encrypt_block()449 out_block[1] = left >> 16; in blowfish_encrypt_block()450 out_block[2] = left >> 8; in blowfish_encrypt_block()451 out_block[3] = left; in blowfish_encrypt_block()452 out_block[4] = right >> 24; in blowfish_encrypt_block()[all …]
507 uint8_t *out_block, boolean_t decrypt) in des3_crunch_block() argument518 IS_P2ALIGNED(out_block, sizeof (uint64_t))) { in des3_crunch_block()521 *(uint64_t *)out_block = des_crypt_impl( in des3_crunch_block()526 *(uint64_t *)out_block = des_crypt_impl( in des3_crunch_block()549 *(uint64_t *)(void *)&out_block[0] = htonll(tmp); in des3_crunch_block()551 out_block[0] = tmp >> 56; in des3_crunch_block()552 out_block[1] = tmp >> 48; in des3_crunch_block()553 out_block[2] = tmp >> 40; in des3_crunch_block()554 out_block[3] = tmp >> 32; in des3_crunch_block()555 out_block[4] = tmp >> 24; in des3_crunch_block()[all …]
1529 Dwarf_Block *out_block = 0; in dwarf_formblock() local1542 out_block = (Dwarf_Block *) in dwarf_formblock()1544 if (out_block == NULL) { in dwarf_formblock()1548 *out_block = local_block; in dwarf_formblock()1549 *return_block = out_block; in dwarf_formblock()