Searched refs:__camellia_setkey (Results 1 – 4 of 4) sorted by relevance
22 extern int __camellia_setkey(struct camellia_ctx *cctx,
1230 int __camellia_setkey(struct camellia_ctx *cctx, const unsigned char *key, in __camellia_setkey() function1252 EXPORT_SYMBOL_GPL(__camellia_setkey);1257 return __camellia_setkey(crypto_tfm_ctx(tfm), key, key_len); in camellia_setkey()
33 return __camellia_setkey(crypto_skcipher_ctx(tfm), key, keylen); in camellia_setkey()
30 return __camellia_setkey(crypto_skcipher_ctx(tfm), key, keylen); in camellia_setkey()