Searched refs:key_lo (Results 1 – 7 of 7) sorted by relevance
/external/arm-trusted-firmware/plat/arm/common/aarch64/ |
D | arm_pauth.c | 24 uint64_t key_lo = (return_addr << 13) ^ frame_addr ^ cntpct; in plat_init_apkey() local 27 return ((uint128_t)(key_hi) << 64) | key_lo; in plat_init_apkey()
|
/external/llvm-project/clang/test/CodeGen/X86/ |
D | keylocker.c | 44 unsigned int test_encodekey256_u32(unsigned int htype, __m128i key_lo, __m128i key_hi, void *h) { in test_encodekey256_u32() argument 75 return _mm_encodekey256_u32(htype, key_lo, key_hi, h); in test_encodekey256_u32()
|
/external/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/ |
D | pm_api_sys.h | 171 uint32_t key_lo,
|
D | pm_api_sys.c | 1402 uint32_t key_lo, in pm_secure_image() argument 1410 key_hi, key_lo); in pm_secure_image()
|
/external/openssh/ |
D | umac.c | 800 key_lo = (UINT32)key, in poly64() local 807 X = MUL64(key_hi, cur_lo) + MUL64(cur_hi, key_lo); in poly64() 811 res = (MUL64(key_hi, cur_hi) + x_hi) * 59 + MUL64(key_lo, cur_lo); in poly64()
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | keylocker-intrinsics-fast-isel.ll | 57 define i32 @test_encodekey256_u32(i32 %htype, <2 x i64> %key_lo, <2 x i64> %key_hi, i8* nocapture %… 70 …4>, <2 x i64>, <2 x i64> } @llvm.x86.encodekey256(i32 %htype, <2 x i64> %key_lo, <2 x i64> %key_hi)
|
D | keylocker-intrinsics.ll | 92 define i32 @test_encodekey256_u32(i32 %htype, <2 x i64> %key_lo, <2 x i64> %key_hi, <2 x i64>* noca… 131 …4>, <2 x i64>, <2 x i64> } @llvm.x86.encodekey256(i32 %htype, <2 x i64> %key_lo, <2 x i64> %key_hi)
|