nrfxlib API 3.3.99
Loading...
Searching...
No Matches

◆ cc3xx_internal_eddsa_verify()

psa_status_t cc3xx_internal_eddsa_verify ( const psa_key_attributes_t * attributes,
const uint8_t * key,
size_t key_length,
psa_algorithm_t alg,
const uint8_t * input,
size_t input_len,
const uint8_t * signature,
size_t signature_length )

Internal EdDSA verify operation.

Parameters
[in]attributesAttributes of the key to use
[in]keyBuffer holding the public key
[in]key_lengthSize in bytes of the key
[in]algAlgorithm to use
[in]inputData to verify buffer
[in]input_lenSize in bytes of the data to verify
[in]signatureSignature to verify
[in]signature_lengthSize in bytes of the signature
Return values
PSA_SUCCESSon success. Error code from psa_status_t on failure