Lines Matching refs:avval2

607 	uint8x16x2_t avval2;  in aeshashbody()  local
690 avval2 = vld1q_u8_x2((uint8*)(p)); in aeshashbody()
691 vval = avval2.val[0]; in aeshashbody()
692 vval2 = avval2.val[1]; in aeshashbody()
693 avval2 = vld1q_u8_x2((uint8*)(p) + (size - 32)); in aeshashbody()
694 vval3 = avval2.val[0]; in aeshashbody()
695 vval4 = avval2.val[1]; in aeshashbody()
752 avval2 = vld1q_u8_x2((uint8*)(p)); in aeshashbody()
753 vval = avval2.val[0]; in aeshashbody()
754 vval2 = avval2.val[1]; in aeshashbody()
755 avval2 = vld1q_u8_x2((uint8*)(p) + 32); in aeshashbody()
756 vval3 = avval2.val[0]; in aeshashbody()
757 vval4 = avval2.val[1]; in aeshashbody()
758 avval2 = vld1q_u8_x2((uint8*)(p) + (size - 64)); in aeshashbody()
759 vval5 = avval2.val[0]; in aeshashbody()
760 vval6 = avval2.val[1]; in aeshashbody()
761 avval2 = vld1q_u8_x2((uint8*)(p) + (size - 32)); in aeshashbody()
762 vval7 = avval2.val[0]; in aeshashbody()
763 vval8 = avval2.val[1]; in aeshashbody()
844 avval2 = vld1q_u8_x2((uint8*)(p) + (size - 128)); in aeshashbody()
845 vval = avval2.val[0]; in aeshashbody()
846 vval2 = avval2.val[1]; in aeshashbody()
847 avval2 = vld1q_u8_x2((uint8*)(p) + (size - 96)); in aeshashbody()
848 vval3 = avval2.val[0]; in aeshashbody()
849 vval4 = avval2.val[1]; in aeshashbody()
850 avval2 = vld1q_u8_x2((uint8*)(p) + (size - 64)); in aeshashbody()
851 vval5 = avval2.val[0]; in aeshashbody()
852 vval6 = avval2.val[1]; in aeshashbody()
853 avval2 = vld1q_u8_x2((uint8*)(p) + (size - 32)); in aeshashbody()
854 vval7 = avval2.val[0]; in aeshashbody()
855 vval8 = avval2.val[1]; in aeshashbody()
886 avval2 = vld1q_u8_x2((uint8*)(p)); in aeshashbody()
887 vvalLoop = avval2.val[0]; in aeshashbody()
888 vvalLoop2 = avval2.val[1]; in aeshashbody()
889 avval2 = vld1q_u8_x2((uint8*)(p) + 32); in aeshashbody()
890 vvalLoop3 = avval2.val[0]; in aeshashbody()
891 vvalLoop4 = avval2.val[1]; in aeshashbody()
892 avval2 = vld1q_u8_x2((uint8*)(p) + 64); in aeshashbody()
893 vvalLoop5 = avval2.val[0]; in aeshashbody()
894 vvalLoop6 = avval2.val[1]; in aeshashbody()
895 avval2 = vld1q_u8_x2((uint8*)(p) + 96); in aeshashbody()
896 vvalLoop7 = avval2.val[0]; in aeshashbody()
897 vvalLoop8 = avval2.val[1]; in aeshashbody()