![]() |
nrfxlib API 3.3.99
|
| psa_status_t cc3xx_internal_gen_ecc_edwards_keypair | ( | const psa_key_attributes_t * | attributes, |
| uint8_t * | key_buffer, | ||
| size_t | key_buffer_size ) |
Generate an ECC Edwards key pair.
| [in] | attributes | Attributes of the key to use |
| [out] | key_buffer | Buffer to hold the generated key |
| [in] | key_buffer_size | Size in bytes of the key_buffer buffer |
| PSA_SUCCESS | on success. Error code from psa_status_t on failure |