Searched refs:AES_OP_W (Results 1 – 1 of 1) sorted by relevance
43 #define AES_OP_W(op, n) { \ macro50 #define AES_DEC(n) AES_OP_W(_mm_aesdec_si128, n)51 #define AES_DEC_LAST(n) AES_OP_W(_mm_aesdeclast_si128, n)52 #define AES_ENC(n) AES_OP_W(_mm_aesenc_si128, n)53 #define AES_ENC_LAST(n) AES_OP_W(_mm_aesenclast_si128, n)