Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/crypto/
Dcamellia.h68 static inline void camellia_enc_blk_xor(struct camellia_ctx *ctx, u8 *dst, in camellia_enc_blk_xor() function
/Linux-v4.19/arch/x86/crypto/
Dcamellia_glue.c1305 camellia_enc_blk_xor(ctx, (u8 *)dst, (u8 *)&ctrblk); in camellia_crypt_ctr()