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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/crypto/
H A Dcompress.h86 crypto_destroy_tfm(tfm, crypto_pcomp_tfm(tfm));
H A Dhash.h120 crypto_destroy_tfm(tfm, crypto_ahash_tfm(tfm));
268 crypto_destroy_tfm(tfm, crypto_shash_tfm(tfm));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dapi.c567 * crypto_destroy_tfm - Free crypto transform
574 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm) function
589 EXPORT_SYMBOL_GPL(crypto_destroy_tfm); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dcrypto.h481 void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm);
485 return crypto_destroy_tfm(tfm, tfm);

Completed in 138 milliseconds