• Home
  • Raw
  • Download

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
546 static void otx2_cpt_skcipher_exit(struct crypto_skcipher *tfm) in otx2_cpt_skcipher_exit()
576 struct crypto_tfm *tfm = crypto_aead_tfm(atfm); in cpt_aead_init() local
637 static int otx2_cpt_aead_cbc_aes_sha1_init(struct crypto_aead *tfm) in otx2_cpt_aead_cbc_aes_sha1_init()
642 static int otx2_cpt_aead_cbc_aes_sha256_init(struct crypto_aead *tfm) in otx2_cpt_aead_cbc_aes_sha256_init()
647 static int otx2_cpt_aead_cbc_aes_sha384_init(struct crypto_aead *tfm) in otx2_cpt_aead_cbc_aes_sha384_init()
652 static int otx2_cpt_aead_cbc_aes_sha512_init(struct crypto_aead *tfm) in otx2_cpt_aead_cbc_aes_sha512_init()
657 static int otx2_cpt_aead_ecb_null_sha1_init(struct crypto_aead *tfm) in otx2_cpt_aead_ecb_null_sha1_init()
662 static int otx2_cpt_aead_ecb_null_sha256_init(struct crypto_aead *tfm) in otx2_cpt_aead_ecb_null_sha256_init()
667 static int otx2_cpt_aead_ecb_null_sha384_init(struct crypto_aead *tfm) in otx2_cpt_aead_ecb_null_sha384_init()
672 static int otx2_cpt_aead_ecb_null_sha512_init(struct crypto_aead *tfm) in otx2_cpt_aead_ecb_null_sha512_init()
677 static int otx2_cpt_aead_gcm_aes_init(struct crypto_aead *tfm) in otx2_cpt_aead_gcm_aes_init()
682 static void otx2_cpt_aead_exit(struct crypto_aead *tfm) in otx2_cpt_aead_exit()
698 static int otx2_cpt_aead_gcm_set_authsize(struct crypto_aead *tfm, in otx2_cpt_aead_gcm_set_authsize()
714 static int otx2_cpt_aead_set_authsize(struct crypto_aead *tfm, in otx2_cpt_aead_set_authsize()
722 static int otx2_cpt_aead_null_set_authsize(struct crypto_aead *tfm, in otx2_cpt_aead_null_set_authsize()
1021 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in create_aead_ctx_hdr() local
1112 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in create_hmac_ctx_hdr() local
1291 struct crypto_aead *tfm = crypto_aead_reqtfm(req); in cpt_aead_enc_dec() local