Searched refs:cit_encrypt_iv (Results 1 - 3 of 3) 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 Dcipher.c244 ops->cit_encrypt_iv = cbc_encrypt_iv;
251 ops->cit_encrypt_iv = nocrypt_iv;
258 ops->cit_encrypt_iv = nocrypt_iv;
H A Drtl_crypto.h147 int (*cit_encrypt_iv)(struct crypto_tfm *tfm, member in struct:cipher_tfm
333 return tfm->crt_cipher.cit_encrypt_iv(tfm, dst, src, nbytes, iv);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192e/ieee80211/
H A Drtl_crypto.h147 int (*cit_encrypt_iv)(struct crypto_tfm *tfm, member in struct:cipher_tfm
333 return tfm->crt_cipher.cit_encrypt_iv(tfm, dst, src, nbytes, iv);

Completed in 70 milliseconds