Searched refs:__camellia_setkey (Results 1 - 4 of 4) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/crypto/
H A Dcamellia.h28 extern int __camellia_setkey(struct camellia_ctx *cctx,
/linux-4.1.27/arch/x86/crypto/
H A Dcamellia_glue.c1249 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, __camellia_setkey() function
1273 EXPORT_SYMBOL_GPL(__camellia_setkey); variable
1278 return __camellia_setkey(crypto_tfm_ctx(tfm), in_key, key_len, camellia_setkey()
1446 err = __camellia_setkey(&ctx->camellia_ctx, key, lrw_camellia_setkey()
1515 err = __camellia_setkey(&ctx->crypt_ctx, key, keylen / 2, flags); xts_camellia_setkey()
1520 return __camellia_setkey(&ctx->tweak_ctx, key + keylen / 2, keylen / 2, xts_camellia_setkey()
H A Dcamellia_aesni_avx_glue.c205 return __camellia_setkey(crypto_tfm_ctx(tfm), in_key, key_len, camellia_setkey()
H A Dcamellia_aesni_avx2_glue.c201 return __camellia_setkey(crypto_tfm_ctx(tfm), in_key, key_len, camellia_setkey()

Completed in 135 milliseconds