Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/crypto/ccree/
Dcc_aead.h103 bool plaintext_authenticate_only; //for gcm_rfc4543 member
Dcc_aead.c1345 if (areq_ctx->plaintext_authenticate_only) in validate_data_size()
1721 if (req_ctx->cryptlen && !req_ctx->plaintext_authenticate_only) { in cc_set_gctr_desc()
1816 if (req_ctx->plaintext_authenticate_only) { in cc_gcm()
1867 if (!req_ctx->plaintext_authenticate_only) { in config_gcm_context()
2047 areq_ctx->plaintext_authenticate_only = false; in cc_aead_encrypt()
2099 areq_ctx->plaintext_authenticate_only = false; in cc_aead_decrypt()
2245 areq_ctx->plaintext_authenticate_only = false; in cc_rfc4106_gcm_encrypt()
2274 areq_ctx->plaintext_authenticate_only = true; in cc_rfc4543_gcm_encrypt()
2310 areq_ctx->plaintext_authenticate_only = false; in cc_rfc4106_gcm_decrypt()
2339 areq_ctx->plaintext_authenticate_only = true; in cc_rfc4543_gcm_decrypt()
Dcc_buffer_mgr.c618 if (do_chain && areq_ctx->plaintext_authenticate_only) { in cc_aead_chain_iv()