Home
last modified time | relevance | path

Searched refs:plaintext_authenticate_only (Results 1 – 2 of 2) sorted by relevance

/linux-6.6.21/drivers/crypto/ccree/
Dcc_aead.h102 bool plaintext_authenticate_only; //for gcm_rfc4543 member
Dcc_aead.c1335 if (areq_ctx->plaintext_authenticate_only) in validate_data_size()
1710 if (req_ctx->cryptlen && !req_ctx->plaintext_authenticate_only) { in cc_set_gctr_desc()
1799 if (req_ctx->plaintext_authenticate_only) { in cc_gcm()
1856 if (!req_ctx->plaintext_authenticate_only) { in config_gcm_context()
2230 areq_ctx->plaintext_authenticate_only = true; in cc_rfc4543_gcm_encrypt()
2281 areq_ctx->plaintext_authenticate_only = true; in cc_rfc4543_gcm_decrypt()