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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h810 static inline struct crypto_tfm *crypto_cipher_tfm(struct crypto_cipher *tfm) function
817 crypto_free_tfm(crypto_cipher_tfm(tfm));
831 return &crypto_cipher_tfm(tfm)->crt_cipher;
836 return crypto_tfm_alg_blocksize(crypto_cipher_tfm(tfm));
841 return crypto_tfm_alg_alignmask(crypto_cipher_tfm(tfm));
846 return crypto_tfm_get_flags(crypto_cipher_tfm(tfm));
852 crypto_tfm_set_flags(crypto_cipher_tfm(tfm), flags);
858 crypto_tfm_clear_flags(crypto_cipher_tfm(tfm), flags);
864 return crypto_cipher_crt(tfm)->cit_setkey(crypto_cipher_tfm(tfm),
871 crypto_cipher_crt(tfm)->cit_encrypt_one(crypto_cipher_tfm(tf
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcbc.c58 fn(crypto_cipher_tfm(tfm), dst, iv);
83 fn(crypto_cipher_tfm(tfm), src, src);
136 fn(crypto_cipher_tfm(tfm), dst, src);
171 fn(crypto_cipher_tfm(tfm), src, src);
H A Dpcbc.c62 fn(crypto_cipher_tfm(tfm), dst, iv);
90 fn(crypto_cipher_tfm(tfm), src, iv);
144 fn(crypto_cipher_tfm(tfm), dst, src);
174 fn(crypto_cipher_tfm(tfm), src, src);
H A Decb.c57 fn(crypto_cipher_tfm(tfm), wdst, wsrc);
H A Dlrw.c132 .tfm = crypto_cipher_tfm(ctx->child),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/crypto/
H A Dalgapi.h193 return &crypto_cipher_tfm(tfm)->__crt_alg->cra_cipher;

Completed in 96 milliseconds