Searched refs:crypto_cipher_setkey (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dxcbc.c76 if ((err = crypto_cipher_setkey(ctx->child, ctx->key, ctx->keylen)))
81 return crypto_cipher_setkey(ctx->child, key1, bs);
207 if ((err = crypto_cipher_setkey(tfm, ctx->key, ctx->keylen)) != 0)
229 if ((err = crypto_cipher_setkey(tfm, ctx->key, ctx->keylen)) != 0)
H A Decb.c35 err = crypto_cipher_setkey(child, key, keylen);
H A Dlrw.c63 if ((err = crypto_cipher_setkey(child, key, keylen - bsize)))
H A Dcbc.c36 err = crypto_cipher_setkey(child, key, keylen);
H A Dpcbc.c40 err = crypto_cipher_setkey(child, key, keylen);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Daes_ccm.c145 crypto_cipher_setkey(tfm, key, ALG_CCMP_KEY_LEN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_crypt_ccmp.c410 crypto_cipher_setkey(data->tfm, data->key, CCMP_TK_LEN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-crypt.c196 err = crypto_cipher_setkey(essiv_tfm, salt, saltsize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h861 static inline int crypto_cipher_setkey(struct crypto_cipher *tfm, function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dairo.c1624 crypto_cipher_setkey(tfm, pkey, 16);

Completed in 93 milliseconds