Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/crypto/
Dcamellia_aesni_avx_glue.c157 return __camellia_setkey(crypto_skcipher_ctx(tfm), key, keylen, in camellia_setkey()
199 err = __camellia_setkey(&ctx->crypt_ctx, key, keylen / 2, flags); in xts_camellia_setkey()
204 return __camellia_setkey(&ctx->tweak_ctx, key + keylen / 2, keylen / 2, in xts_camellia_setkey()
Dcamellia_glue.c1246 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey() function
1270 EXPORT_SYMBOL_GPL(__camellia_setkey);
1275 return __camellia_setkey(crypto_tfm_ctx(tfm), key, key_len, in camellia_setkey()
Dcamellia_aesni_avx2_glue.c153 return __camellia_setkey(crypto_skcipher_ctx(tfm), key, keylen, in camellia_setkey()
/Linux-v4.19/arch/x86/include/asm/crypto/
Dcamellia.h27 extern int __camellia_setkey(struct camellia_ctx *cctx,