Found 26 other functions taking a
mbedtls_pk_context
argument:
Free the components of a #mbedtls_pk_context.
Quick access to an EC context inside a PK context. \warning You must make sure the PK context actually holds an EC context before using this function!
Tell if a context can do the operation given by type
Initialize a #mbedtls_pk_context (as NONE).
Initialize a PK context with the information given and allocates the type-specific PK subcontext.
Set own certificate chain and private key
Parse a private key in PEM or DER format
Parse a SubjectPublicKeyInfo DER structure
Get the size in bits of the underlying key
Verify signature (including padding if relevant).
Restartable version of \c mbedtls_pk_verify()
Restartable version of \c mbedtls_pk_sign()
Verify signature, with options. (Includes verification of the padding depending on type.)
Make signature, including padding if relevant.
Decrypt message (including padding if relevant).
Encrypt message (including padding if relevant).
Check if a public-private pair of keys matches.
Parse a public key in PEM or DER format
Get the length in bytes of the underlying key