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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h498 static inline struct crypto_tfm *crypto_ablkcipher_tfm( function
506 crypto_free_tfm(crypto_ablkcipher_tfm(tfm));
522 return &crypto_ablkcipher_tfm(tfm)->crt_ablkcipher;
534 return crypto_tfm_alg_blocksize(crypto_ablkcipher_tfm(tfm));
540 return crypto_tfm_alg_alignmask(crypto_ablkcipher_tfm(tfm));
545 return crypto_tfm_get_flags(crypto_ablkcipher_tfm(tfm));
551 crypto_tfm_set_flags(crypto_ablkcipher_tfm(tfm), flags);
557 crypto_tfm_clear_flags(crypto_ablkcipher_tfm(tfm), flags);
594 req->base.tfm = crypto_ablkcipher_tfm(tfm);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/crypto/
H A Dalgapi.h155 return &crypto_ablkcipher_tfm(tfm)->__crt_alg->cra_ablkcipher;
246 crypto_ablkcipher_tfm(tfm));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/crypto/
H A Dcryptd.c127 cryptd_get_state(crypto_ablkcipher_tfm(tfm));
H A Dblkcipher.c355 return setkey(crypto_ablkcipher_tfm(tfm), key, keylen);

Completed in 60 milliseconds