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

◆ cc3xx_aead_encrypt()

psa_status_t cc3xx_aead_encrypt ( const psa_key_attributes_t * attributes,
const uint8_t * key_buffer,
size_t key_buffer_size,
psa_algorithm_t alg,
const uint8_t * nonce,
size_t nonce_length,
const uint8_t * additional_data,
size_t additional_data_length,
const uint8_t * plaintext,
size_t plaintext_length,
uint8_t * ciphertext,
size_t ciphertext_size,
size_t * ciphertext_length )

Encrypt and authenticate with an AEAD algorithm in one-shot.

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]nonceNonce buffer
[in]nonce_lengthSize in bytes of the nonce
[in]additional_dataData to authenticate buffer
[in]additional_data_lengthSize in bytes of additional_data
[in]plaintextData to encrypt buffer
[in]plaintext_lengthSize in bytes of the data to encrypt
[out]ciphertextBuffer to hold the encrypted data
[in]ciphertext_sizeSize in bytes of the ciphertext buffer
[out]ciphertext_lengthSize in bytes of the encrypted data
Return values
PSA_SUCCESSon success. Error code from psa_status_t on failure