Searched refs:SM4_CRYPT_BLK8 (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/arch/arm64/crypto/ |
H A D | sm4-neon-core.S | 254 #define SM4_CRYPT_BLK8(b0, b1, b2, b3, b4, b5, b6, b7) \ macro 276 SM4_CRYPT_BLK8(v0, v1, v2, v3, v4, v5, v6, v7) 462 SM4_CRYPT_BLK8(v0, v1, v2, v3, v4, v5, v6, v7) 591 SM4_CRYPT_BLK8(v0, v1, v2, v3, v4, v5, v6, v7)
|
H A D | sm4-ce-core.S | 124 SM4_CRYPT_BLK8(v0, v1, v2, v3, v4, v5, v6, v7); 602 SM4_CRYPT_BLK8(v0, v1, v2, v3, v4, v5, v6, v7) 734 SM4_CRYPT_BLK8(v0, v1, v2, v3, v4, v5, v6, v7) 901 SM4_CRYPT_BLK8(v0, v1, v2, v3, v4, v5, v6, v7)
|
H A D | sm4-ce-asm.h | 200 #define SM4_CRYPT_BLK8(b0, b1, b2, b3, b4, b5, b6, b7) \ macro
|