Searched refs:nx_crypto_ctx_init (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/crypto/nx/ | 
| D | nx.c | 652 static int nx_crypto_ctx_init(struct nx_crypto_ctx *nx_ctx, u32 fc, u32 mode)  in nx_crypto_ctx_init()  function 696 	return nx_crypto_ctx_init(crypto_aead_ctx(tfm), NX_FC_AES,  in nx_crypto_ctx_aes_ccm_init() 703 	return nx_crypto_ctx_init(crypto_aead_ctx(tfm), NX_FC_AES,  in nx_crypto_ctx_aes_gcm_init() 709 	return nx_crypto_ctx_init(crypto_tfm_ctx(tfm), NX_FC_AES,  in nx_crypto_ctx_aes_ctr_init() 715 	return nx_crypto_ctx_init(crypto_tfm_ctx(tfm), NX_FC_AES,  in nx_crypto_ctx_aes_cbc_init() 721 	return nx_crypto_ctx_init(crypto_tfm_ctx(tfm), NX_FC_AES,  in nx_crypto_ctx_aes_ecb_init() 727 	return nx_crypto_ctx_init(crypto_tfm_ctx(tfm), NX_FC_SHA, NX_MODE_SHA);  in nx_crypto_ctx_sha_init() 732 	return nx_crypto_ctx_init(crypto_tfm_ctx(tfm), NX_FC_AES,  in nx_crypto_ctx_aes_xcbc_init()
  |