%PDF- %PDF-
Direktori : /proc/self/root/lib/modules/2.6.32-754.35.1.el6.x86_64/build/arch/x86/include/asm/ |
Current File : //proc/self/root/lib/modules/2.6.32-754.35.1.el6.x86_64/build/arch/x86/include/asm/aes.h |
#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