Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/crypto/
Dcamellia.h73 static inline void camellia_enc_blk_xor(struct camellia_ctx *ctx, u8 *dst, in camellia_enc_blk_xor() function
/linux-4.4.14/arch/x86/crypto/
Dcamellia_glue.c1302 camellia_enc_blk_xor(ctx, (u8 *)dst, (u8 *)&ctrblk); in camellia_crypt_ctr()