/titanic_41/usr/src/uts/common/sys/ |
H A D | byteorder.h | 67 #define htonll(x) (x) macro 96 extern uint64_t htonll(uint64_t); 130 #define BSWAP_64(x) htonll(x) 189 #define BE_IN64(xa) htonll(*((uint64_t *)(void *)(xa))) 225 #define BE_OUT64(xa, yv) *((uint64_t *)(void *)(xa)) = htonll((uint64_t)(yv));
|
/titanic_41/usr/src/common/crypto/modes/ |
H A D | gcm.c | 114 res[0] = htonll(z.a); in gcm_mul() 115 res[1] = htonll(z.b); in gcm_mul() 185 counter = htonll(counter + 1); in gcm_mode_encrypt_contiguous_blocks() 281 counter = htonll(counter + 1); in gcm_encrypt_final() 304 htonll(CRYPTO_BYTES2BITS(ctx->gcm_processed_data_len)); in gcm_encrypt_final() 344 counter = htonll(counter + 1); in gcm_decrypt_incomplete_block() 450 counter = htonll(counter + 1); in gcm_decrypt_final() 465 ctx->gcm_len_a_len_c[1] = htonll(CRYPTO_BYTES2BITS(pt_len)); in gcm_decrypt_final() 551 len_a_len_c[1] = htonll(CRYPTO_BYTES2BITS(iv_len)); in gcm_format_initial_blocks() 634 = htonll(CRYPTO_BYTES2BITS(gcm_param->ulAADLen)); in gcm_init_ctx() [all …]
|
H A D | ctr.c | 100 lower_counter = htonll(lower_counter + 1); in ctr_mode_contiguous_blocks() 109 upper_counter = htonll(upper_counter + 1); in ctr_mode_contiguous_blocks() 225 ctr_ctx->ctr_lower_mask = htonll(lower_mask); in ctr_init_ctx() 226 ctr_ctx->ctr_upper_mask = htonll(upper_mask); in ctr_init_ctx()
|
/titanic_41/usr/src/common/crypto/des/ |
H A D | des_impl.c | 532 tmp = htonll(*(uint64_t *)(void *)&block[0]); in des3_crunch_block() 546 *(uint64_t *)(void *)&out_block[0] = htonll(tmp); in des3_crunch_block() 592 tmp = htonll(*(uint64_t *)(void *)&block[0]); in des_crunch_block() 607 *(uint64_t *)(void *)&out_block[0] = htonll(tmp); in des_crunch_block() 667 key_so_far = htonll(*(uint64_t *)(void *)&key[0]); in keycheck() 693 *(uint64_t *)(void *)&corrected_key[0] = htonll(key_so_far); in keycheck() 807 key_so_far = htonll(*(uint64_t *)(void *)&paritied_key[offset]); in des_parity_fix() 822 *(uint64_t *)(void *)&paritied_key[offset] = htonll(key_so_far); in des_parity_fix() 888 htonll(*(uint64_t *)(void *)&cipherKey[j]); in des_init_keysched()
|
/titanic_41/usr/src/lib/libc/amd64/gen/ |
H A D | byteorder.s | 44 ENTRY(htonll) 48 SET_SIZE(htonll)
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/funcs/ |
H A D | tst.hton.d | 81 /after[2] != htonll(before[2])/ 83 printf("%x rather than %x", htonll(before[2]), after[2]);
|
/titanic_41/usr/src/lib/sun_fc/common/ |
H A D | TargetEventListener.cc | 76 hbalwwn = htonll(hbalwwn); in dispatch() 79 uint64_t tgtlwwn = htonll(e->getTargetPortWWN()); in dispatch()
|
H A D | TgtFCHBAPort.cc | 266 uint64_t en_wwn = htonll(portwwn); in getPortAttributes() 320 uint64_t en_wwn = htonll(portwwn); in getDiscoveredAttributes() 365 uint64_t en_wwn = htonll(wwn); in getDiscoveredAttributes() 418 en_portWWN = htonll(portWWN); in sendRLS()
|
H A D | AdapterAddEventListener.cc | 62 uint64_t lwwn = htonll(e->getPortWWN()); in dispatch()
|
H A D | AdapterPortStatEventListener.cc | 64 uint64_t lwwn = htonll(e->getPortWWN()); in dispatch()
|
H A D | sun_fc.h | 148 #define htonll(x) (x) macro 151 #define htonll(x) ((((uint64_t)htonl(x)) << 32) + htonl(x >> 32)) macro
|
H A D | AdapterDeviceEventListener.cc | 64 uint64_t lwwn = htonll(e->getPortWWN()); in dispatch()
|
H A D | AdapterEventListener.cc | 67 lwwn = htonll(lwwn); in dispatch()
|
H A D | Sun_fcSendCTPassThru.cc | 50 uint64_t tmp = htonll(port->getPortWWN()); in Sun_fcSendCTPassThru()
|
H A D | AdapterPortEventListener.cc | 67 lwwn = htonll(lwwn); in dispatch()
|
/titanic_41/usr/src/uts/intel/asm/ |
H A D | byteorder.h | 86 htonll(uint64_t value) in htonll() function 102 htonll(uint64_t value) in htonll() function
|
/titanic_41/usr/src/cmd/fcinfo/ |
H A D | fcadm-list.c | 550 physicalportWWN = htonll(physicalportWWN); in fc_util_delete_npivport() 553 virtualportWWN = htonll(virtualportWWN); in fc_util_delete_npivport() 677 physicalportWWN = htonll(physicalportWWN); in fc_util_create_npivport() 700 virtualnodeWWN = htonll(virtualnodeWWN); in fc_util_create_npivport() 702 virtualportWWN = htonll(virtualportWWN); in fc_util_create_npivport() 788 physicalportWWN = htonll(physicalportWWN); in create_npivport() 791 virtualnodeWWN = htonll(virtualnodeWWN); in create_npivport() 794 virtualportWWN = htonll(virtualportWWN); in create_npivport() 965 hbaWWN = htonll(hbaWWN); in fc_util_force_lip()
|
H A D | fcinfo.h | 50 #define htonll(x) (x) macro 53 #define htonll(x) ((((unsigned long long)htonl(x)) << 32) + htonl(x >> 32))
|
/titanic_41/usr/src/stand/lib/xdr/ |
H A D | byteorder.c | 44 htonll(uint64_t in) in htonll() function 96 htonll(uint64_t in) in htonll() function
|
/titanic_41/usr/src/cmd/isns/isnsadm/ |
H A D | isnsadm.h | 44 #define htonll(x) (x) macro 47 #define htonll(x) ((((unsigned long long)htonl(x)) << 32) + htonl(x >> 32))
|
/titanic_41/usr/src/cmd/sasinfo/ |
H A D | sasinfo.h | 47 #define htonll(x) (x) macro 50 #define htonll(x) ((((unsigned long long)htonl(x)) << 32) + htonl(x >> 32))
|
/titanic_41/usr/src/lib/libc/i386/gen/ |
H A D | byteorder64.c | 39 htonll(uint64_t in) in htonll() function
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/safety/ |
H A D | tst.hton.d | 53 trace(htonll(0x1122334455667788));
|
/titanic_41/usr/src/lib/libc/sparc/gen/ |
H A D | byteorder.c | 45 htonll(uint64_t in) in htonll() function
|
/titanic_41/usr/src/lib/libc/sparcv9/gen/ |
H A D | byteorder.c | 45 htonll(uint64_t in) in htonll() function
|