Home
last modified time | relevance | path

Searched refs:qat_crypto_desc (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/qat_c2xxx/
H A Dqat_hw15var.h91 struct qat_crypto_desc *, uint8_t, uint16_t,
99 struct qat_session *, struct qat_crypto_desc *);
101 struct qat_session *, struct qat_crypto_desc const *,
H A Dqatvar.h586 struct qat_crypto_desc { struct
615 struct qat_crypto_desc *qs_dec_desc; /* should be at top of struct*/ argument
618 struct qat_crypto_desc *qs_enc_desc;
686 struct qat_session *, struct qat_crypto_desc const *,
689 struct qat_crypto_desc *);
1058 void qat_crypto_gmac_precompute(const struct qat_crypto_desc *,
1061 void qat_crypto_hmac_precompute(const struct qat_crypto_desc *,
1064 uint16_t qat_crypto_load_cipher_session(const struct qat_crypto_desc *,
1066 uint16_t qat_crypto_load_auth_session(const struct qat_crypto_desc *,
H A Dqat_hw15.c158 struct qat_crypto_desc *desc, uint8_t req_params_sz, in qat_msg_params_populate()
527 qat_hw15_crypto_setup_cipher_desc(struct qat_crypto_desc *desc, in qat_hw15_crypto_setup_cipher_desc()
547 qat_hw15_crypto_setup_cipher_config(const struct qat_crypto_desc *desc, in qat_hw15_crypto_setup_cipher_config()
566 qat_hw15_crypto_setup_auth_desc(struct qat_crypto_desc *desc, in qat_hw15_crypto_setup_auth_desc()
611 qat_hw15_crypto_setup_auth_setup(const struct qat_crypto_desc *desc, in qat_hw15_crypto_setup_auth_setup()
681 struct qat_crypto_desc *desc) in qat_hw15_crypto_setup_desc()
769 qat_hw15_crypto_req_setkey(const struct qat_crypto_desc *desc, in qat_hw15_crypto_req_setkey()
807 struct qat_session *qs, struct qat_crypto_desc const *desc, in qat_hw15_crypto_setup_req_params()
H A Dqat.c1189 qat_crypto_gmac_precompute(const struct qat_crypto_desc *desc, in qat_crypto_gmac_precompute()
1204 qat_crypto_hmac_precompute(const struct qat_crypto_desc *desc, in qat_crypto_hmac_precompute()
1277 qat_crypto_load_auth_session(const struct qat_crypto_desc *desc, in qat_crypto_load_auth_session()
1456 struct qat_crypto_desc const *desc, struct cryptop *crp) in qat_crypto_load()
1922 struct qat_crypto_desc *ddesc, *edesc; in qat_newsession()
1931 sizeof(struct qat_crypto_desc) * 2, QAT_OPTIMAL_ALIGN); in qat_newsession()
1943 offsetof(struct qat_crypto_desc, qcd_hash_state_prefix_buf); in qat_newsession()
1945 sizeof(struct qat_crypto_desc); in qat_newsession()
1947 offsetof(struct qat_crypto_desc, qcd_hash_state_prefix_buf); in qat_newsession()
2104 qat_crypto_clear_desc(struct qat_crypto_desc *desc) in qat_crypto_clear_desc()
[all …]