Home
last modified time | relevance | path

Searched refs:camellia_crypt_ctr (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/arch/x86/include/asm/crypto/
Dcamellia.h93 extern void camellia_crypt_ctr(void *ctx, u128 *dst, const u128 *src,
/linux-4.4.14/arch/x86/crypto/
Dcamellia_glue.c1292 void camellia_crypt_ctr(void *ctx, u128 *dst, const u128 *src, le128 *iv) in camellia_crypt_ctr() function
1304 EXPORT_SYMBOL_GPL(camellia_crypt_ctr);
1346 .fn_u = { .ctr = GLUE_CTR_FUNC_CAST(camellia_crypt_ctr) }
Dcamellia_aesni_avx_glue.c95 .fn_u = { .ctr = GLUE_CTR_FUNC_CAST(camellia_crypt_ctr) }
Dcamellia_aesni_avx2_glue.c79 .fn_u = { .ctr = GLUE_CTR_FUNC_CAST(camellia_crypt_ctr) }