cregit-Linux how code gets into the kernel

Release 4.14 arch/x86/include/asm/crypto/aes.h

/* 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

Overall Contributors

PersonTokensPropCommitsCommitProp
Huang Ying5098.04%150.00%
Greg Kroah-Hartman11.96%150.00%
Total51100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.