Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccree/
Dcc_aead.h103 bool plaintext_authenticate_only; //for gcm_rfc4543 member
Dcc_aead.c1324 if (areq_ctx->plaintext_authenticate_only) in validate_data_size()
1700 if (req_ctx->cryptlen && !req_ctx->plaintext_authenticate_only) { in cc_set_gctr_desc()
1795 if (req_ctx->plaintext_authenticate_only) { in cc_gcm()
1846 if (!req_ctx->plaintext_authenticate_only) { in config_gcm_context()
2059 areq_ctx->plaintext_authenticate_only = false; in cc_aead_encrypt()
2107 areq_ctx->plaintext_authenticate_only = false; in cc_aead_decrypt()
2250 areq_ctx->plaintext_authenticate_only = false; in cc_rfc4106_gcm_encrypt()
2270 areq_ctx->plaintext_authenticate_only = true; in cc_rfc4543_gcm_encrypt()
2305 areq_ctx->plaintext_authenticate_only = false; in cc_rfc4106_gcm_decrypt()
2325 areq_ctx->plaintext_authenticate_only = true; in cc_rfc4543_gcm_decrypt()
Dcc_buffer_mgr.c740 if (do_chain && areq_ctx->plaintext_authenticate_only) { in cc_aead_chain_iv()