Lines Matching refs:LOAD32H
90 LOAD32H(skey->noekeon.K[0],&key[0]); in noekeon_setup()
91 LOAD32H(skey->noekeon.K[1],&key[4]); in noekeon_setup()
92 LOAD32H(skey->noekeon.K[2],&key[8]); in noekeon_setup()
93 LOAD32H(skey->noekeon.K[3],&key[12]); in noekeon_setup()
95 LOAD32H(skey->noekeon.dK[0],&key[0]); in noekeon_setup()
96 LOAD32H(skey->noekeon.dK[1],&key[4]); in noekeon_setup()
97 LOAD32H(skey->noekeon.dK[2],&key[8]); in noekeon_setup()
98 LOAD32H(skey->noekeon.dK[3],&key[12]); in noekeon_setup()
125 LOAD32H(a,&pt[0]); LOAD32H(b,&pt[4]); in _noekeon_ecb_encrypt()
126 LOAD32H(c,&pt[8]); LOAD32H(d,&pt[12]); in _noekeon_ecb_encrypt()
179 LOAD32H(a,&ct[0]); LOAD32H(b,&ct[4]); in _noekeon_ecb_decrypt()
180 LOAD32H(c,&ct[8]); LOAD32H(d,&ct[12]); in _noekeon_ecb_decrypt()