crypto_cipher_setkey
err = crypto_cipher_setkey(tctx->blockcipher, keyp,
return crypto_cipher_setkey(ctx->child, inkey, keylen);
EXPORT_SYMBOL_NS_GPL(crypto_cipher_setkey, "CRYPTO_INTERNAL");
err = crypto_cipher_setkey(ctx->child, inkey, keylen);
return crypto_cipher_setkey(cipher, key, keylen);
return crypto_cipher_setkey(tctx->essiv_cipher, salt,
return crypto_cipher_setkey(tctx->essiv_cipher, salt,
err = crypto_cipher_setkey(tctx->blockcipher, key, keylen);
return crypto_cipher_setkey(cipher, key, keylen);
ret = crypto_cipher_setkey(tfm, template[i].key,
if ((err = crypto_cipher_setkey(ctx->child, inkey, keylen)))
return crypto_cipher_setkey(ctx->child, key1, bs);
err = crypto_cipher_setkey(tweak, key + keylen, keylen);
return crypto_cipher_setkey(tctx->fallback.cip, key, len);
ret = crypto_cipher_setkey(ctx->tweak, key + (keylen / 2),
int crypto_cipher_setkey(struct crypto_cipher *tfm,