Searched refs:crt_u (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/rtl8192e/ieee80211/
H A Drtl_crypto.h185 #define crt_cipher crt_u.cipher
186 #define crt_digest crt_u.digest
187 #define crt_compress crt_u.compress
197 } crt_u; member in struct:crypto_tfm
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rtl8192u/ieee80211/
H A Drtl_crypto.h185 #define crt_cipher crt_u.cipher
186 #define crt_digest crt_u.digest
187 #define crt_compress crt_u.compress
197 } crt_u; member in struct:crypto_tfm
H A Dcipher.c109 tfm->crt_u.cipher.cit_xor_block(iv, src);
117 tfm->crt_u.cipher.cit_xor_block(buf, iv);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcrypto.h393 #define crt_ablkcipher crt_u.ablkcipher
394 #define crt_aead crt_u.aead
395 #define crt_blkcipher crt_u.blkcipher
396 #define crt_cipher crt_u.cipher
397 #define crt_hash crt_u.hash
398 #define crt_compress crt_u.compress
399 #define crt_rng crt_u.rng
413 } crt_u; member in struct:crypto_tfm

Completed in 128 milliseconds