#ifndef __OTX2_CPT_ALGS_H
#define __OTX2_CPT_ALGS_H
#include <crypto/hash.h>
#include <crypto/skcipher.h>
#include <crypto/aead.h>
#include "otx2_cpt_common.h"
#include "cn10k_cpt.h"
#define OTX2_CPT_MAX_ENC_KEY_SIZE …
#define OTX2_CPT_MAX_HASH_KEY_SIZE …
#define OTX2_CPT_MAX_KEY_SIZE …
enum otx2_cpt_request_type { … };
enum otx2_cpt_major_opcodes { … };
enum otx2_cpt_cipher_type { … };
enum otx2_cpt_mac_type { … };
enum otx2_cpt_aes_key_len { … };
otx2_cpt_encr_ctrl;
struct otx2_cpt_cipher { … };
struct otx2_cpt_fc_enc_ctx { … };
otx2_cpt_fc_hmac_ctx;
struct otx2_cpt_fc_ctx { … };
struct otx2_cpt_enc_ctx { … };
otx2_cpt_offset_ctrl;
struct otx2_cpt_req_ctx { … };
struct otx2_cpt_sdesc { … };
struct otx2_cpt_aead_ctx { … };
int otx2_cpt_crypto_init(struct pci_dev *pdev, struct module *mod,
int num_queues, int num_devices);
void otx2_cpt_crypto_exit(struct pci_dev *pdev, struct module *mod);
#endif