Reviewed-by: Petri Savolainen <[email protected]>
> -----Original Message----- > From: lng-odp [mailto:[email protected]] On Behalf Of Yi He > Sent: Tuesday, June 06, 2017 6:26 AM > To: Bill Fischofer <[email protected]> > Cc: lng-odp <[email protected]> > Subject: Re: [lng-odp] [API-NEXT PATCH] api: crypto: correct documentation > typos > > Reviewed-by: Yi He <[email protected]> > > On 6 June 2017 at 11:22, Bill Fischofer <[email protected]> wrote: > > > Correct odp_crypto_auth_capa() to odp_crypto_auth_capability() in > > several places in the spec doxygen. > > > > Signed-off-by: Bill Fischofer <[email protected]> > > --- > > include/odp/api/spec/crypto.h | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/include/odp/api/spec/crypto.h > b/include/odp/api/spec/crypto.h > > index c47d3149..470cba05 100644 > > --- a/include/odp/api/spec/crypto.h > > +++ b/include/odp/api/spec/crypto.h > > @@ -296,13 +296,13 @@ typedef struct odp_crypto_session_param_t { > > > > /** Authentication key > > * > > - * Use odp_crypto_auth_capa() for supported key lengths. > > + * Use odp_crypto_auth_capability() for supported key lengths. > > */ > > odp_crypto_key_t auth_key; > > > > /** Authentication digest length in bytes > > * > > - * Use odp_crypto_auth_capa() for supported digest lengths. > > + * Use odp_crypto_auth_capability() for supported digest > lengths. > > */ > > uint32_t auth_digest_len; > > > > @@ -377,7 +377,7 @@ typedef struct odp_crypto_op_param_t { > > /** Pointer to ADD */ > > uint8_t *ptr; > > > > - /** AAD length in bytes. Use odp_crypto_auth_capa() for > > + /** AAD length in bytes. Use > odp_crypto_auth_capability() > > for > > * supported AAD lengths. */ > > uint32_t length; > > } aad; > > -- > > 2.11.0 > > > >
