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

◆ cc3xx_internal_rsa_verify()

psa_status_t cc3xx_internal_rsa_verify ( const psa_key_attributes_t * attributes,
const uint8_t * key_buffer,
size_t key_length,
psa_algorithm_t alg,
const uint8_t * input,
size_t input_length,
const uint8_t * signature,
size_t signature_length,
bool do_hashing )

Internal RSA verify operation.

Parameters
[in]attributesAttributes of the key to use
[in]key_bufferBuffer holding the public key
[in]key_lengthSize in bytes of the key
[in]algAlgorithm to use
[in]inputData to verify buffer
[in]input_lengthSize in bytes of the data to verify
[in]signatureSignature to verify
[in]signature_lengthSize in bytes of the signature
[in]do_hashingWhether to hash the input before verifying
Return values
PSA_SUCCESSon success. Error code from psa_status_t on failure