aboutsummaryrefslogtreecommitdiff
path: root/include/odp/api/spec/crypto.h
diff options
context:
space:
mode:
authorJanne Peltonen <janne.peltonen@nokia.com>2022-11-28 11:01:53 +0200
committerMatias Elo <matias.elo@nokia.com>2022-11-30 11:23:19 +0200
commitc8fc5e4a97890a388b897faa6409da39e77432b3 (patch)
tree7c5d63b853e1f053696268faa9980d4326fbb76e /include/odp/api/spec/crypto.h
parentb68b11d612d39bd884e2065bf7ae3a34bbac7658 (diff)
api: crypto: fix out-of-date text in hash_result_offset specification
Fix a stale reference to the renamed hash_result_not_in_auth_range session parameter to use the correct name (hash_result_in_auth_range) in the comment text of hash_result_offset. The parameter was renamed before the patch was merged to master but one occurrence of the old name was missed. Signed-off-by: Janne Peltonen <janne.peltonen@nokia.com> Reviewed-by: Petri Savolainen <petri.savolainen@nokia.com>
Diffstat (limited to 'include/odp/api/spec/crypto.h')
-rw-r--r--include/odp/api/spec/crypto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/odp/api/spec/crypto.h b/include/odp/api/spec/crypto.h
index 4f2961f3c..a79a05ad3 100644
--- a/include/odp/api/spec/crypto.h
+++ b/include/odp/api/spec/crypto.h
@@ -812,7 +812,7 @@ typedef struct odp_crypto_packet_op_param_t {
* In case of encode sessions the calculated hash will be stored in
* this offset.
*
- * If the hash_result_not_in_auth_range session parameter is false,
+ * If the hash_result_in_auth_range session parameter is true,
* the hash result location may overlap auth_range. In that case the
* result location will be zeroed in decode sessions before hash
* calculation. Zeroing is not done in encode sessions.