Searched refs:crypto_cipher_encrypt_one (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dxcbc.c79 crypto_cipher_encrypt_one(ctx->child, key1, ctx->consts);
155 crypto_cipher_encrypt_one(tfm, ctx->prev, ctx->prev);
163 crypto_cipher_encrypt_one(tfm, ctx->prev,
210 crypto_cipher_encrypt_one(tfm, key2,
217 crypto_cipher_encrypt_one(tfm, out, ctx->prev);
232 crypto_cipher_encrypt_one(tfm, key3,
240 crypto_cipher_encrypt_one(tfm, out, ctx->prev);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Daes_ccm.c23 crypto_cipher_encrypt_one(tfm, ct, pt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ieee80211/
H A Dieee80211_crypt_ccmp.c63 crypto_cipher_encrypt_one(tfm, ct, pt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Ddm-crypt.c219 crypto_cipher_encrypt_one(cc->iv_gen_private.essiv_tfm, iv, iv);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h868 static inline void crypto_cipher_encrypt_one(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.c1633 crypto_cipher_encrypt_one(tfm, plain, plain);

Completed in 115 milliseconds