Searched refs:compute_tweak (Results 1 – 2 of 2) sorted by relevance
/openssl/crypto/sm4/asm/ |
H A D | vpsm4-armv8.pl | 507 sub compute_tweak() { subroutine 1269 &compute_tweak(@twx[0],@twx[1],@twx[2],@twx[3]); 1270 &compute_tweak(@twx[2],@twx[3],@twx[4],@twx[5]); 1271 &compute_tweak(@twx[4],@twx[5],@twx[6],@twx[7]); 1272 &compute_tweak(@twx[6],@twx[7],@twx[8],@twx[9]); 1273 &compute_tweak(@twx[8],@twx[9],@twx[10],@twx[11]); 1330 &compute_tweak(@twx[14],@twx[15],@twx[0],@twx[1]); 1332 &compute_tweak(@twx[0],@twx[1],@twx[2],@twx[3]); 1334 &compute_tweak(@twx[2],@twx[3],@twx[4],@twx[5]); 1336 &compute_tweak(@twx[4],@twx[5],@twx[6],@twx[7]); [all …]
|
H A D | vpsm4_ex-armv8.pl | 508 sub compute_tweak() { subroutine 1261 &compute_tweak(@twx[0],@twx[1],@twx[2],@twx[3]); 1262 &compute_tweak(@twx[2],@twx[3],@twx[4],@twx[5]); 1263 &compute_tweak(@twx[4],@twx[5],@twx[6],@twx[7]); 1264 &compute_tweak(@twx[6],@twx[7],@twx[8],@twx[9]); 1265 &compute_tweak(@twx[8],@twx[9],@twx[10],@twx[11]); 1273 &compute_tweak(@twx[14],@twx[15],@twx[0],@twx[1]); 1275 &compute_tweak(@twx[0],@twx[1],@twx[2],@twx[3]); 1277 &compute_tweak(@twx[2],@twx[3],@twx[4],@twx[5]); 1279 &compute_tweak(@twx[4],@twx[5],@twx[6],@twx[7]); [all …]
|
Completed in 10 milliseconds