Internal EdDSA sign operation.
- Parameters
-
| [in] | attributes | Attributes of the key to use |
| [in] | key_buffer | Buffer holding the private key |
| [in] | key_length | Size in bytes of the key |
| [in] | alg | Algorithm to use |
| [in] | input | Data to sign buffer |
| [in] | input_length | Size in bytes of the data to sign |
| [out] | signature | Buffer to hold the signature data |
| [in] | signature_size | Size in bytes of the signature buffer |
| [out] | signature_length | Size in bytes of the signature |
- Return values
-
| PSA_SUCCESS | on success. Error code from psa_status_t on failure |