• Home
  • Raw
  • Download

Lines Matching defs:tfm

253 static inline struct n2_ahash_alg *n2_ahash_alg(struct crypto_tfm *tfm)  in n2_ahash_alg()
268 static inline struct n2_hmac_alg *n2_hmac_alg(struct crypto_tfm *tfm) in n2_hmac_alg()
306 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_hash_async_init() local
318 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_hash_async_update() local
332 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_hash_async_final() local
345 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_hash_async_finup() local
357 static int n2_hash_cra_init(struct crypto_tfm *tfm) in n2_hash_cra_init()
384 static void n2_hash_cra_exit(struct crypto_tfm *tfm) in n2_hash_cra_exit()
392 static int n2_hmac_cra_init(struct crypto_tfm *tfm) in n2_hmac_cra_init()
433 static void n2_hmac_cra_exit(struct crypto_tfm *tfm) in n2_hmac_cra_exit()
442 static int n2_hmac_async_setkey(struct crypto_ahash *tfm, const u8 *key, in n2_hmac_async_setkey()
511 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_do_async_digest() local
617 struct crypto_ahash *tfm = crypto_ahash_reqtfm(req); in n2_hmac_async_digest() local
703 static inline struct n2_cipher_alg *n2_cipher_alg(struct crypto_tfm *tfm) in n2_cipher_alg()
717 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in n2_aes_setkey() local
746 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in n2_des_setkey() local
773 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in n2_3des_setkey() local
791 struct crypto_tfm *tfm = crypto_ablkcipher_tfm(cipher); in n2_arc4_setkey() local
826 static int __n2_crypt_chunk(struct crypto_tfm *tfm, struct n2_crypto_chunk *cp, in __n2_crypt_chunk()
974 struct crypto_tfm *tfm = req->base.tfm; in n2_do_ecb() local
1026 struct crypto_tfm *tfm = req->base.tfm; in n2_do_chaining() local
1361 static int n2_cipher_cra_init(struct crypto_tfm *tfm) in n2_cipher_cra_init()