crypto_blkcipher_setkey 74 crypto/cryptd.c err = crypto_blkcipher_setkey(child, key, keylen); crypto_blkcipher_setkey 263 crypto/ctr.c err = crypto_blkcipher_setkey(child, key, keylen); crypto_blkcipher_setkey 67 crypto/cts.c err = crypto_blkcipher_setkey(child, key, keylen); crypto_blkcipher_setkey 189 crypto/tcrypt.c ret = crypto_blkcipher_setkey(tfm, key, *keysize); crypto_blkcipher_setkey 360 fs/ecryptfs/crypto.c rc = crypto_blkcipher_setkey(crypt_stat->tfm, crypt_stat->key, crypto_blkcipher_setkey 699 fs/ecryptfs/crypto.c rc = crypto_blkcipher_setkey(crypt_stat->tfm, crypt_stat->key, crypto_blkcipher_setkey 1765 fs/ecryptfs/crypto.c rc = crypto_blkcipher_setkey(*key_tfm, dummy_key, *key_size); crypto_blkcipher_setkey 1090 fs/ecryptfs/keystore.c rc = crypto_blkcipher_setkey( crypto_blkcipher_setkey 1645 fs/ecryptfs/keystore.c rc = crypto_blkcipher_setkey(desc.tfm, session_key_encryption_key, crypto_blkcipher_setkey 392 net/ieee80211/ieee80211_crypt_tkip.c crypto_blkcipher_setkey(tkey->tx_tfm_arc4, rc4key, 16); crypto_blkcipher_setkey 485 net/ieee80211/ieee80211_crypt_tkip.c crypto_blkcipher_setkey(tkey->rx_tfm_arc4, rc4key, 16); crypto_blkcipher_setkey 172 net/ieee80211/ieee80211_crypt_wep.c crypto_blkcipher_setkey(wep->tx_tfm, key, klen); crypto_blkcipher_setkey 212 net/ieee80211/ieee80211_crypt_wep.c crypto_blkcipher_setkey(wep->rx_tfm, key, klen); crypto_blkcipher_setkey 131 net/mac80211/wep.c crypto_blkcipher_setkey(tfm, rc4key, klen); crypto_blkcipher_setkey 195 net/mac80211/wep.c crypto_blkcipher_setkey(tfm, rc4key, klen); crypto_blkcipher_setkey 174 net/rxrpc/ar-key.c if (crypto_blkcipher_setkey(ci, data, 8) < 0) crypto_blkcipher_setkey 78 net/rxrpc/rxkad.c if (crypto_blkcipher_setkey(ci, payload->k.session_key, crypto_blkcipher_setkey 977 net/rxrpc/rxkad.c if (crypto_blkcipher_setkey(rxkad_ci, session_key->x, crypto_blkcipher_setkey 108 net/sunrpc/auth_gss/gss_krb5_mech.c if (crypto_blkcipher_setkey(*res, key.data, key.len)) {