Searched refs:cit_encrypt (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Dcrypto_compat.h20 return tfm->crt_cipher.cit_encrypt(tfm, dst, src, nbytes);
H A Dcipher.c237 ops->cit_encrypt = ecb_encrypt;
242 ops->cit_encrypt = cbc_encrypt;
249 ops->cit_encrypt = nocrypt;
256 ops->cit_encrypt = nocrypt;
H A Drtl_crypto.h143 int (*cit_encrypt)(struct crypto_tfm *tfm, member in struct:cipher_tfm
323 return tfm->crt_cipher.cit_encrypt(tfm, dst, src, nbytes);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Drtl_crypto.h143 int (*cit_encrypt)(struct crypto_tfm *tfm, member in struct:cipher_tfm
323 return tfm->crt_cipher.cit_encrypt(tfm, dst, src, nbytes);

Completed in 130 milliseconds