Home
last modified time | relevance | path

Searched defs:aria_avx_ops (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/crypto/
H A Daria-avx.h46 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,