Searched refs:BE_64 (Results 1 – 10 of 10) sorted by relevance
186 W[i] = BE_64( \ in sha512_generic()307 mlen = BE_64(ctx->count[1]); in sha256_final()351 mlen = BE_64(ctx->count[1]); in sha512_final()358 R[0] = BE_64(ctx->state[0]); in sha512_final()359 R[1] = BE_64(ctx->state[1]); in sha512_final()360 R[2] = BE_64(ctx->state[2]); in sha512_final()368 R[0] = BE_64(ctx->state[0]); in sha512_final()369 R[1] = BE_64(ctx->state[1]); in sha512_final()370 R[2] = BE_64(ctx->state[2]); in sha512_final()371 R[3] = BE_64(ctx->state[3]); in sha512_final()[all …]
73 zcp->zc_word[0] = BE_64(tmp.zc_word[0]); in abd_checksum_sha256()74 zcp->zc_word[1] = BE_64(tmp.zc_word[1]); in abd_checksum_sha256()75 zcp->zc_word[2] = BE_64(tmp.zc_word[2]); in abd_checksum_sha256()76 zcp->zc_word[3] = BE_64(tmp.zc_word[3]); in abd_checksum_sha256()
812 uint64_t value = BE_64(value_arg); in update_bad_bits()
68 #define BE_64(x) BMASK_64(x) macro81 #define BE_64(x) BSWAP_64(x) macro
81 #define BE_64(x) BMASK_64(x) macro94 #define BE_64(x) BSWAP_64(x) macro
96 #define BE_64(x) BMASK_64(x) macro109 #define BE_64(x) BSWAP_64(x)
127 #define BE_64(x) BMASK_64(x) macro140 #define BE_64(x) BSWAP_64(x)
64 #define BE_64(x) cpu_to_be64(x) macro
2111 softs->target_sas_addr[target] = BE_64(lun_ext_entry->wwid); in pqisrc_scan_devices()2158 (unsigned long long)BE_64(device->scsi3addr[0])); in pqisrc_scan_devices()2207 device->sas_address = BE_64(device->wwid); in pqisrc_scan_devices()2213 device->sas_address = BE_64(lun_ext_entry->wwid); in pqisrc_scan_devices()
1066 #define BE_64(x) htobe64(x) macro