mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-29 00:18:06 -04:00
pk: fix documentation of mbedtls_pk_setup_opaque()
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
f9f63edbe4
commit
1c7f5dea8b
@ -390,7 +390,8 @@ int mbedtls_pk_setup(mbedtls_pk_context *ctx, const mbedtls_pk_info_t *info);
|
|||||||
* \return \c 0 on success.
|
* \return \c 0 on success.
|
||||||
* \return #MBEDTLS_ERR_PK_BAD_INPUT_DATA on invalid input (context already
|
* \return #MBEDTLS_ERR_PK_BAD_INPUT_DATA on invalid input (context already
|
||||||
* used, invalid key identifier).
|
* used, invalid key identifier).
|
||||||
* \return #MBEDTLS_ERR_PK_FEATURE_UNAVAILABLE if the key is not an ECC key pair.
|
* \return #MBEDTLS_ERR_PK_FEATURE_UNAVAILABLE if the key is not an ECC or
|
||||||
|
* RSA key pair.
|
||||||
* \return #MBEDTLS_ERR_PK_ALLOC_FAILED on allocation failure.
|
* \return #MBEDTLS_ERR_PK_ALLOC_FAILED on allocation failure.
|
||||||
*/
|
*/
|
||||||
int mbedtls_pk_setup_opaque(mbedtls_pk_context *ctx,
|
int mbedtls_pk_setup_opaque(mbedtls_pk_context *ctx,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user