Searched refs:crypto_blkcipher_setkey (Results 1 - 16 of 16) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_crypt_wep.c172 crypto_blkcipher_setkey(wep->tx_tfm, key, klen);
214 crypto_blkcipher_setkey(wep->rx_tfm, key, klen);
H A Dieee80211_crypt_tkip.c391 crypto_blkcipher_setkey(tkey->tx_tfm_arc4, rc4key, 16);
485 crypto_blkcipher_setkey(tkey->rx_tfm_arc4, rc4key, 16);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcryptoloop.c89 err = crypto_blkcipher_setkey(tfm, info->lo_encrypt_key,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dwep.c140 crypto_blkcipher_setkey(tfm, rc4key, klen);
206 crypto_blkcipher_setkey(tfm, rc4key, klen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-key.c175 if (crypto_blkcipher_setkey(ci, data, 8) < 0)
H A Drxkad.c78 if (crypto_blkcipher_setkey(ci, payload->k.session_key,
973 if (crypto_blkcipher_setkey(rxkad_ci, session_key->x,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dgss_krb5_mech.c108 if (crypto_blkcipher_setkey(*res, key.data, key.len)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dppp_mppe.c172 crypto_blkcipher_setkey(state->arc4, InterimKey, state->keylen);
188 crypto_blkcipher_setkey(state->arc4, state->session_key, state->keylen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcryptd.c66 err = crypto_blkcipher_setkey(child, key, keylen);
H A Dtcrypt.c536 ret = crypto_blkcipher_setkey(tfm, key, speed[i].klen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ecryptfs/
H A Dcrypto.c317 rc = crypto_blkcipher_setkey(crypt_stat->tfm, crypt_stat->key,
719 rc = crypto_blkcipher_setkey(crypt_stat->tfm, crypt_stat->key,
1822 rc = crypto_blkcipher_setkey(*key_tfm, dummy_key, *key_size);
H A Dkeystore.c975 rc = crypto_blkcipher_setkey(desc.tfm,
1550 rc = crypto_blkcipher_setkey(desc.tfm, session_key_encryption_key,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Desp6.c363 if (crypto_blkcipher_setkey(tfm, esp->conf.key, esp->conf.key_len))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Desp4.c399 if (crypto_blkcipher_setkey(tfm, esp->conf.key, esp->conf.key_len))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-crypt.c863 if (crypto_blkcipher_setkey(tfm, cc->key, key_size) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h736 static inline int crypto_blkcipher_setkey(struct crypto_blkcipher *tfm, function

Completed in 98 milliseconds