/* SPDX-License-Identifier: GPL-2.0 */ #ifndef ASM_X86_AES_H #define ASM_X86_AES_H #include <linux/crypto.h> #include <crypto/aes.h> void crypto_aes_encrypt_x86(struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src); void crypto_aes_decrypt_x86(struct crypto_aes_ctx *ctx, u8 *dst, const u8 *src); #endif
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
aes.h | File | 318 B | 0644 |
|
camellia.h | File | 3.16 KB | 0644 |
|
glue_helper.h | File | 4.64 KB | 0644 |
|
serpent-avx.h | File | 1.47 KB | 0644 |
|
serpent-sse2.h | File | 1.53 KB | 0644 |
|
twofish.h | File | 1.43 KB | 0644 |
|