plaintext_authenticate_only 1345 drivers/crypto/ccree/cc_aead.c 			if (areq_ctx->plaintext_authenticate_only)
plaintext_authenticate_only 1721 drivers/crypto/ccree/cc_aead.c 	if (req_ctx->cryptlen && !req_ctx->plaintext_authenticate_only) {
plaintext_authenticate_only 1816 drivers/crypto/ccree/cc_aead.c 	if (req_ctx->plaintext_authenticate_only) {
plaintext_authenticate_only 1867 drivers/crypto/ccree/cc_aead.c 	if (!req_ctx->plaintext_authenticate_only) {
plaintext_authenticate_only 2047 drivers/crypto/ccree/cc_aead.c 	areq_ctx->plaintext_authenticate_only = false;
plaintext_authenticate_only 2099 drivers/crypto/ccree/cc_aead.c 	areq_ctx->plaintext_authenticate_only = false;
plaintext_authenticate_only 2245 drivers/crypto/ccree/cc_aead.c 	areq_ctx->plaintext_authenticate_only = false;
plaintext_authenticate_only 2274 drivers/crypto/ccree/cc_aead.c 	areq_ctx->plaintext_authenticate_only = true;
plaintext_authenticate_only 2310 drivers/crypto/ccree/cc_aead.c 	areq_ctx->plaintext_authenticate_only = false;
plaintext_authenticate_only 2339 drivers/crypto/ccree/cc_aead.c 	areq_ctx->plaintext_authenticate_only = true;
plaintext_authenticate_only  103 drivers/crypto/ccree/cc_aead.h 	bool plaintext_authenticate_only; //for gcm_rfc4543
plaintext_authenticate_only  610 drivers/crypto/ccree/cc_buffer_mgr.c 	if (do_chain && areq_ctx->plaintext_authenticate_only) {