nrfxlib API 2.8.99
Loading...
Searching...
No Matches

◆ cc3xx_asymmetric_decrypt()

psa_status_t cc3xx_asymmetric_decrypt ( const psa_key_attributes_t * attributes,
const uint8_t * key_buffer,
size_t key_buffer_size,
psa_algorithm_t alg,
const uint8_t * input,
size_t input_length,
const uint8_t * salt,
size_t salt_length,
uint8_t * output,
size_t output_size,
size_t * output_length )

Asymmetric decryption (RSA PKCS#1 v1.5 or RSA-OAEP)

Parameters
[in]attributesAttributes of the key to use
[in]key_bufferKey material buffer
[in]key_buffer_sizeSize in bytes of the key
[in]algAlgorithm to use
[in]inputData to decrypt buffer
[in]input_lengthSize in bytes of the data to decrypt
[in]saltAdditional salt if supported by the algorithm
[in]salt_lengthSize in bytes of the salt buffer
[out]outputBuffer to hold the decrypted data
[in]output_sizeSize in bytes of the output buffer
[out]output_lengthSize in bytes of the decrypted data
Return values
PSA_SUCCESSon success. Error code from psa_status_t on failure