Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/crypto/
H A Dcamellia.h73 static inline void camellia_enc_blk_xor_2way(const void *ctx, u8 *dst, in camellia_enc_blk_xor_2way() function
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dcamellia_glue.c1309 camellia_enc_blk_xor_2way(ctx, (u8 *)dst, (u8 *)ctrblks); in camellia_crypt_ctr_2way()