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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcrypto.h519 static inline struct ablkcipher_tfm *crypto_ablkcipher_crt( function
528 return crypto_ablkcipher_crt(tfm)->ivsize;
563 return crypto_ablkcipher_crt(tfm)->setkey(tfm, key, keylen);
575 crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req));
582 crypto_ablkcipher_crt(crypto_ablkcipher_reqtfm(req));
588 return crypto_ablkcipher_crt(tfm)->reqsize;

Completed in 13 milliseconds