Lines Matching defs:tfm

86 	struct crypto_aead *tfm;  in validate_hmac_cipher_null()  local
407 static int otx2_cpt_skcipher_xts_setkey(struct crypto_skcipher *tfm, in otx2_cpt_skcipher_xts_setkey()
439 static int cpt_des_setkey(struct crypto_skcipher *tfm, const u8 *key, in cpt_des_setkey()
456 static int cpt_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, in cpt_aes_setkey()
487 static int otx2_cpt_skcipher_cbc_aes_setkey(struct crypto_skcipher *tfm, in otx2_cpt_skcipher_cbc_aes_setkey()
493 static int otx2_cpt_skcipher_ecb_aes_setkey(struct crypto_skcipher *tfm, in otx2_cpt_skcipher_ecb_aes_setkey()
499 static int otx2_cpt_skcipher_cbc_des3_setkey(struct crypto_skcipher *tfm, in otx2_cpt_skcipher_cbc_des3_setkey()
505 static int otx2_cpt_skcipher_ecb_des3_setkey(struct crypto_skcipher *tfm, in otx2_cpt_skcipher_ecb_des3_setkey()
531 struct crypto_tfm *tfm = crypto_skcipher_tfm(stfm); in otx2_cpt_enc_dec_init() local
547 static void otx2_cpt_skcipher_exit(struct crypto_skcipher *tfm) in otx2_cpt_skcipher_exit()
577 struct crypto_tfm *tfm = crypto_aead_tfm(atfm); in cpt_aead_init() local
638 static int otx2_cpt_aead_cbc_aes_sha1_init(struct crypto_aead *tfm) in otx2_cpt_aead_cbc_aes_sha1_init()
643 static int otx2_cpt_aead_cbc_aes_sha256_init(struct crypto_aead *tfm) in otx2_cpt_aead_cbc_aes_sha256_init()
648 static int otx2_cpt_aead_cbc_aes_sha384_init(struct crypto_aead *tfm) in otx2_cpt_aead_cbc_aes_sha384_init()
653 static int otx2_cpt_aead_cbc_aes_sha512_init(struct crypto_aead *tfm) in otx2_cpt_aead_cbc_aes_sha512_init()
658 static int otx2_cpt_aead_ecb_null_sha1_init(struct crypto_aead *tfm) in otx2_cpt_aead_ecb_null_sha1_init()
663 static int otx2_cpt_aead_ecb_null_sha256_init(struct crypto_aead *tfm) in otx2_cpt_aead_ecb_null_sha256_init()
668 static int otx2_cpt_aead_ecb_null_sha384_init(struct crypto_aead *tfm) in otx2_cpt_aead_ecb_null_sha384_init()
673 static int otx2_cpt_aead_ecb_null_sha512_init(struct crypto_aead *tfm) in otx2_cpt_aead_ecb_null_sha512_init()
678 static int otx2_cpt_aead_gcm_aes_init(struct crypto_aead *tfm) in otx2_cpt_aead_gcm_aes_init()
683 static void otx2_cpt_aead_exit(struct crypto_aead *tfm) in otx2_cpt_aead_exit()
699 static int otx2_cpt_aead_gcm_set_authsize(struct crypto_aead *tfm, in otx2_cpt_aead_gcm_set_authsize()
715 static int otx2_cpt_aead_set_authsize(struct crypto_aead *tfm, in otx2_cpt_aead_set_authsize()
723 static int otx2_cpt_aead_null_set_authsize(struct crypto_aead *tfm, in otx2_cpt_aead_null_set_authsize()
1017 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in create_aead_ctx_hdr() local
1108 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in create_hmac_ctx_hdr() local
1287 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cpt_aead_enc_dec() local