Your IP : 172.28.240.42


Current Path : /usr/src/linux-headers-3.13.0-185/arch/x86/include/asm/crypto/
Upload File :
Current File : //usr/src/linux-headers-3.13.0-185/arch/x86/include/asm/crypto/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