Searched defs:aria_avx_ops (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/arch/x86/crypto/ |
A D | aria-avx.h | 46 struct aria_avx_ops { struct 47 void (*aria_encrypt_16way)(const void *ctx, u8 *dst, const u8 *src); 48 void (*aria_decrypt_16way)(const void *ctx, u8 *dst, const u8 *src); 49 void (*aria_ctr_crypt_16way)(const void *ctx, u8 *dst, const u8 *src, 51 void (*aria_encrypt_32way)(const void *ctx, u8 *dst, const u8 *src); 52 void (*aria_decrypt_32way)(const void *ctx, u8 *dst, const u8 *src); 53 void (*aria_ctr_crypt_32way)(const void *ctx, u8 *dst, const u8 *src, 55 void (*aria_encrypt_64way)(const void *ctx, u8 *dst, const u8 *src); 56 void (*aria_decrypt_64way)(const void *ctx, u8 *dst, const u8 *src); 57 void (*aria_ctr_crypt_64way)(const void *ctx, u8 *dst, const u8 *src,
|
Completed in 3 milliseconds