Home
last modified time | relevance | path

Searched refs:camellia_enc_blk_xor (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/arch/x86/include/asm/crypto/
H A Dcamellia.h62 static inline void camellia_enc_blk_xor(const void *ctx, u8 *dst, const u8 *src) in camellia_enc_blk_xor() function
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dcamellia_glue.c1289 camellia_enc_blk_xor(ctx, (u8 *)dst, (u8 *)&ctrblk); in camellia_crypt_ctr()