Lines Matching defs:tfm

21 	struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(areq);  in sun4i_ss_opti_poll()  local
128 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(areq); in sun4i_ss_cipher_poll() local
321 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(areq); in sun4i_ss_cbc_aes_encrypt() local
332 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(areq); in sun4i_ss_cbc_aes_decrypt() local
344 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(areq); in sun4i_ss_ecb_aes_encrypt() local
355 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(areq); in sun4i_ss_ecb_aes_decrypt() local
367 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(areq); in sun4i_ss_cbc_des_encrypt() local
378 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(areq); in sun4i_ss_cbc_des_decrypt() local
390 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(areq); in sun4i_ss_ecb_des_encrypt() local
401 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(areq); in sun4i_ss_ecb_des_decrypt() local
413 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(areq); in sun4i_ss_cbc_des3_encrypt() local
424 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(areq); in sun4i_ss_cbc_des3_decrypt() local
436 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(areq); in sun4i_ss_ecb_des3_encrypt() local
447 struct crypto_ablkcipher *tfm = crypto_ablkcipher_reqtfm(areq); in sun4i_ss_ecb_des3_decrypt() local
456 int sun4i_ss_cipher_init(struct crypto_tfm *tfm) in sun4i_ss_cipher_init()
473 int sun4i_ss_aes_setkey(struct crypto_ablkcipher *tfm, const u8 *key, in sun4i_ss_aes_setkey()
500 int sun4i_ss_des_setkey(struct crypto_ablkcipher *tfm, const u8 *key, in sun4i_ss_des_setkey()
530 int sun4i_ss_des3_setkey(struct crypto_ablkcipher *tfm, const u8 *key, in sun4i_ss_des3_setkey()