Symbol: qat_crypto_desc
sys/dev/qat_c2xxx/qat.c
1189
qat_crypto_gmac_precompute(const struct qat_crypto_desc *desc,
sys/dev/qat_c2xxx/qat.c
1204
qat_crypto_hmac_precompute(const struct qat_crypto_desc *desc,
sys/dev/qat_c2xxx/qat.c
1239
qat_crypto_load_cipher_session(const struct qat_crypto_desc *desc,
sys/dev/qat_c2xxx/qat.c
1277
qat_crypto_load_auth_session(const struct qat_crypto_desc *desc,
sys/dev/qat_c2xxx/qat.c
1456
struct qat_crypto_desc const *desc, struct cryptop *crp)
sys/dev/qat_c2xxx/qat.c
1922
struct qat_crypto_desc *ddesc, *edesc;
sys/dev/qat_c2xxx/qat.c
1931
sizeof(struct qat_crypto_desc) * 2, QAT_OPTIMAL_ALIGN);
sys/dev/qat_c2xxx/qat.c
1943
offsetof(struct qat_crypto_desc, qcd_hash_state_prefix_buf);
sys/dev/qat_c2xxx/qat.c
1945
sizeof(struct qat_crypto_desc);
sys/dev/qat_c2xxx/qat.c
1947
offsetof(struct qat_crypto_desc, qcd_hash_state_prefix_buf);
sys/dev/qat_c2xxx/qat.c
2104
qat_crypto_clear_desc(struct qat_crypto_desc *desc)
sys/dev/qat_c2xxx/qat.c
2132
struct qat_crypto_desc const *desc;
sys/dev/qat_c2xxx/qat_hw15.c
158
struct qat_crypto_desc *desc, uint8_t req_params_sz,
sys/dev/qat_c2xxx/qat_hw15.c
527
qat_hw15_crypto_setup_cipher_desc(struct qat_crypto_desc *desc,
sys/dev/qat_c2xxx/qat_hw15.c
547
qat_hw15_crypto_setup_cipher_config(const struct qat_crypto_desc *desc,
sys/dev/qat_c2xxx/qat_hw15.c
566
qat_hw15_crypto_setup_auth_desc(struct qat_crypto_desc *desc,
sys/dev/qat_c2xxx/qat_hw15.c
611
qat_hw15_crypto_setup_auth_setup(const struct qat_crypto_desc *desc,
sys/dev/qat_c2xxx/qat_hw15.c
681
struct qat_crypto_desc *desc)
sys/dev/qat_c2xxx/qat_hw15.c
769
qat_hw15_crypto_req_setkey(const struct qat_crypto_desc *desc,
sys/dev/qat_c2xxx/qat_hw15.c
807
struct qat_session *qs, struct qat_crypto_desc const *desc,
sys/dev/qat_c2xxx/qat_hw15var.h
101
struct qat_session *, struct qat_crypto_desc const *,
sys/dev/qat_c2xxx/qat_hw15var.h
91
struct qat_crypto_desc *, uint8_t, uint16_t,
sys/dev/qat_c2xxx/qat_hw15var.h
99
struct qat_session *, struct qat_crypto_desc *);
sys/dev/qat_c2xxx/qatvar.h
1058
void qat_crypto_gmac_precompute(const struct qat_crypto_desc *,
sys/dev/qat_c2xxx/qatvar.h
1061
void qat_crypto_hmac_precompute(const struct qat_crypto_desc *,
sys/dev/qat_c2xxx/qatvar.h
1064
uint16_t qat_crypto_load_cipher_session(const struct qat_crypto_desc *,
sys/dev/qat_c2xxx/qatvar.h
1066
uint16_t qat_crypto_load_auth_session(const struct qat_crypto_desc *,
sys/dev/qat_c2xxx/qatvar.h
615
struct qat_crypto_desc *qs_dec_desc; /* should be at top of struct*/
sys/dev/qat_c2xxx/qatvar.h
618
struct qat_crypto_desc *qs_enc_desc;
sys/dev/qat_c2xxx/qatvar.h
686
struct qat_session *, struct qat_crypto_desc const *,
sys/dev/qat_c2xxx/qatvar.h
689
struct qat_crypto_desc *);