crypto_cipher_setkey 142 arch/arm/crypto/aes-neonbs-glue.c return crypto_cipher_setkey(ctx->enc_tfm, in_key, key_len); crypto_cipher_setkey 296 arch/arm/crypto/aes-neonbs-glue.c err = crypto_cipher_setkey(ctx->cts_tfm, in_key, key_len); crypto_cipher_setkey 299 arch/arm/crypto/aes-neonbs-glue.c err = crypto_cipher_setkey(ctx->tweak_tfm, in_key + key_len, key_len); crypto_cipher_setkey 81 arch/s390/crypto/aes_s390.c ret = crypto_cipher_setkey(sctx->fallback.cip, in_key, key_len); crypto_cipher_setkey 167 crypto/adiantum.c err = crypto_cipher_setkey(tctx->blockcipher, keyp, crypto_cipher_setkey 305 crypto/ansi_cprng.c ret = crypto_cipher_setkey(ctx->tfm, prng_key, klen); crypto_cipher_setkey 837 crypto/ccm.c return crypto_cipher_setkey(ctx->child, inkey, keylen); crypto_cipher_setkey 61 crypto/cmac.c err = crypto_cipher_setkey(ctx->child, inkey, keylen); crypto_cipher_setkey 1805 crypto/drbg.c crypto_cipher_setkey(tfm, key, (drbg_keylen(drbg))); crypto_cipher_setkey 93 crypto/essiv.c err = crypto_cipher_setkey(tctx->essiv_cipher, salt, crypto_cipher_setkey 135 crypto/essiv.c err = crypto_cipher_setkey(tctx->essiv_cipher, salt, crypto_cipher_setkey 1117 crypto/skcipher.c err = crypto_cipher_setkey(cipher, key, keylen); crypto_cipher_setkey 2392 crypto/testmgr.c ret = crypto_cipher_setkey(tfm, template[i].key, crypto_cipher_setkey 443 crypto/vmac.c err = crypto_cipher_setkey(tctx->cipher, key, keylen); crypto_cipher_setkey 60 crypto/xcbc.c if ((err = crypto_cipher_setkey(ctx->child, inkey, keylen))) crypto_cipher_setkey 67 crypto/xcbc.c return crypto_cipher_setkey(ctx->child, key1, bs); crypto_cipher_setkey 63 crypto/xts.c err = crypto_cipher_setkey(tweak, key + keylen, keylen); crypto_cipher_setkey 135 drivers/crypto/geode-aes.c ret = crypto_cipher_setkey(tctx->fallback.cip, key, len); crypto_cipher_setkey 2101 drivers/crypto/inside-secure/safexcel_cipher.c ret = crypto_cipher_setkey(ctx->hkaes, key, len); crypto_cipher_setkey 75 drivers/crypto/vmx/aes.c ret |= crypto_cipher_setkey(ctx->fallback, key, keylen); crypto_cipher_setkey 174 fs/crypto/keysetup.c err = crypto_cipher_setkey(essiv_tfm, salt, sizeof(salt));