Searched refs:camellia_crypt_ctr (Results 1 – 8 of 8) sorted by relevance
81 extern void camellia_crypt_ctr(const void *ctx, u8 *dst, const u8 *src,
1277 void camellia_crypt_ctr(const void *ctx, u8 *d, const u8 *s, le128 *iv) in camellia_crypt_ctr() function1291 EXPORT_SYMBOL_GPL(camellia_crypt_ctr);1335 .fn_u = { .ctr = camellia_crypt_ctr }
68 .fn_u = { .ctr = camellia_crypt_ctr }
82 .fn_u = { .ctr = camellia_crypt_ctr }
1784 #define camellia_crypt_ctr mbedtls_camellia_crypt_ctr macro