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

/linux-master/drivers/crypto/ccree/
H A Dcc_aead.h102 bool plaintext_authenticate_only; //for gcm_rfc4543 member in struct:aead_req_ctx
H A Dcc_aead.c1335 if (areq_ctx->plaintext_authenticate_only)
1710 if (req_ctx->cryptlen && !req_ctx->plaintext_authenticate_only) {
1799 if (req_ctx->plaintext_authenticate_only) {
1856 if (!req_ctx->plaintext_authenticate_only) {
2230 areq_ctx->plaintext_authenticate_only = true;
2281 areq_ctx->plaintext_authenticate_only = true;

Completed in 254 milliseconds