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

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/wusbcore/
H A Dcrypto.c314 result = crypto_cipher_setkey(tfm_aes, key, 16);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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

Completed in 320 milliseconds

123