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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dxcbc.c70 if ((err = crypto_cipher_setkey(ctx->child, inkey, keylen)))
77 return crypto_cipher_setkey(ctx->child, key1, bs);
H A Dxts.c56 err = crypto_cipher_setkey(child, key + keylen/2, keylen/2);
69 err = crypto_cipher_setkey(child, key, keylen/2);
H A Decb.c35 err = crypto_cipher_setkey(child, key, keylen);
H A Dansi_cprng.c309 ret = crypto_cipher_setkey(ctx->tfm, prng_key, klen);
H A Dcbc.c36 err = crypto_cipher_setkey(child, key, keylen);
H A Dlrw.c69 if ((err = crypto_cipher_setkey(child, key, keylen - bsize)))
H A Dpcbc.c39 err = crypto_cipher_setkey(child, key, keylen);
H A Dctr.c42 err = crypto_cipher_setkey(child, key, keylen);
H A Dccm.c96 err = crypto_cipher_setkey(tfm, key, keylen);
H A Dvmac.c487 err = crypto_cipher_setkey(ctx->child, user_key, VMAC_KEY_LEN);
H A Dtestmgr.c719 ret = crypto_cipher_setkey(tfm, template[i].key,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Daes_ccm.c144 crypto_cipher_setkey(tfm, key, ALG_CCMP_KEY_LEN);
H A Daes_cmac.c125 crypto_cipher_setkey(tfm, key, AES_CMAC_KEY_LEN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8187se/ieee80211/
H A Dieee80211_crypt_ccmp.c385 crypto_cipher_setkey((void *)data->tfm, data->key, CCMP_TK_LEN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Dieee80211_crypt_ccmp.c400 crypto_cipher_setkey((void*)data->tfm, data->key, CCMP_TK_LEN);
H A Drtl_crypto.h310 static inline int crypto_cipher_setkey(struct crypto_tfm *tfm, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192su/ieee80211/
H A Dieee80211_crypt_ccmp.c393 crypto_cipher_setkey((void*)data->tfm, data->key, CCMP_TK_LEN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_crypt_ccmp.c397 crypto_cipher_setkey((void*)data->tfm, data->key, CCMP_TK_LEN);
H A Drtl_crypto.h310 static inline int crypto_cipher_setkey(struct crypto_tfm *tfm, function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Dcrypto.c314 result = crypto_cipher_setkey(tfm_aes, key, 16);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/crypto/
H A Dgeode-aes.c141 ret = crypto_cipher_setkey(op->fallback.cip, key, len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/crypto/
H A Daes_s390.c85 ret = crypto_cipher_setkey(sctx->fallback.cip, in_key, key_len);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dlib80211_crypt_ccmp.c414 crypto_cipher_setkey(data->tfm, data->key, CCMP_TK_LEN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Ddm-crypt.c208 return crypto_cipher_setkey(essiv->tfm, essiv->salt,
220 return crypto_cipher_setkey(essiv->tfm, essiv->salt, salt_size);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcrypto.h1083 static inline int crypto_cipher_setkey(struct crypto_cipher *tfm, function

Completed in 239 milliseconds

12