Searched refs:SM4_CRYPT_BLK4_BE (Results 1 – 3 of 3) sorted by relevance
/linux/arch/arm64/crypto/ |
H A D | sm4-neon-core.S | 131 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \ macro 159 SM4_CRYPT_BLK4_BE(b0, b1, b2, b3); 388 SM4_CRYPT_BLK4_BE(v4, v5, v6, v7) 416 SM4_CRYPT_BLK4_BE(v4, v5, v6, v7)
|
H A D | sm4-ce-asm.h | 57 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \ macro 108 SM4_CRYPT_BLK4_BE(b0, b1, b2, b3);
|
H A D | sm4-ce-core.S | 275 SM4_CRYPT_BLK4_BE(v8, v9, v10, v11)
|