Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftDESCrypt.c698 uint8_t last_block[DES_BLOCK_LEN]; in soft_des_decrypt_common() local
718 out.cd_raw.iov_base = (char *)last_block; in soft_des_decrypt_common()
734 rv = soft_remove_pkcs7_padding(last_block, in soft_des_decrypt_common()
739 last_block, rem_len); in soft_des_decrypt_common()
924 CK_BYTE last_block[DES_BLOCK_LEN]; in soft_des_sign_verify_common() local
962 bzero(last_block, DES_BLOCK_LEN); in soft_des_sign_verify_common()
970 rv = soft_encrypt_final(session_p, last_block, in soft_des_sign_verify_common()
984 (void) memcpy(last_block, des_ctx->dc_lastp, in soft_des_sign_verify_common()
1024 (void) memcpy(last_block, in soft_des_sign_verify_common()
1032 (void) memcpy(pSigned, last_block, *pulSignedLen); in soft_des_sign_verify_common()
H A DsoftAESCrypt.c692 uint8_t last_block[AES_BLOCK_LEN]; in soft_aes_decrypt_common() local
712 out.cd_raw.iov_base = (char *)last_block; in soft_aes_decrypt_common()
728 rv = soft_remove_pkcs7_padding(last_block, in soft_aes_decrypt_common()
733 last_block, rem_len); in soft_aes_decrypt_common()
/titanic_44/usr/src/uts/common/io/scsi/adapters/pmcs/
H A Dpmcs_sata.c339 uint64_t last_block; in pmcs_sata_special_work() local
343 last_block = xp->capacity - 1; in pmcs_sata_special_work()
362 if (last_block > 0xffffffffULL) { in pmcs_sata_special_work()
363 last_block = 0xffffffffULL; in pmcs_sata_special_work()
365 rp[0] = (last_block >> 24) & 0xff; in pmcs_sata_special_work()
366 rp[1] = (last_block >> 16) & 0xff; in pmcs_sata_special_work()
367 rp[2] = (last_block >> 8) & 0xff; in pmcs_sata_special_work()
368 rp[3] = (last_block) & 0xff; in pmcs_sata_special_work()
/titanic_44/usr/src/grub/grub-0.97/stage2/
H A Dgunzip.c152 static int last_block; variable
1098 last_block = (int) b & 1; in get_new_block()
1133 if (last_block) in inflate_window()
1190 last_block = 0; in initialize_tables()
/titanic_44/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1842 daddr_t last_block; in ud_get_lbsize() local
1849 if (ud_get_last_block(dev, &last_block) != 0) { in ud_get_lbsize()
1875 avd_loc = last_block - (1 << shift); in ud_get_lbsize()
1877 avd_loc = last_block - (256 << shift); in ud_get_lbsize()
/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Dzio.h601 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block);
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzio.c3426 const zbookmark_phys_t *subtree_root, const zbookmark_phys_t *last_block) in zbookmark_subtree_completed() argument
3430 ASSERT(last_block->zb_level == 0); in zbookmark_subtree_completed()
3453 last_block) <= 0); in zbookmark_subtree_completed()