Home
last modified time | relevance | path

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

/arch/x86/include/asm/crypto/
Dcamellia.h85 static inline void camellia_enc_blk_xor_2way(struct camellia_ctx *ctx, u8 *dst, in camellia_enc_blk_xor_2way() function
/arch/x86/crypto/
Dcamellia_glue.c1320 camellia_enc_blk_xor_2way(ctx, (u8 *)dst, (u8 *)ctrblks); in camellia_crypt_ctr_2way()