#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); #endifOverall Contributors
| Person | Tokens | Prop | Commits | CommitProp | |
| huang ying | huang ying | 50 | 100.00% | 1 | 100.00% |
| Total | 50 | 100.00% | 1 | 100.00% |