nrfxlib API 2.7.99
Loading...
Searching...
No Matches
cc3xx_psa_asymmetric_encryption.h File Reference
#include "psa/crypto.h"

Go to the source code of this file.

Functions

psa_status_t cc3xx_asymmetric_encrypt (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 encryption (RSA PKCS#1 v1.5 or RSA-OAEP)
 
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)
 

Detailed Description

This file contains the declaration of the entry points associated to the asymmetric encryption capability as described by the PSA Cryptoprocessor Driver interface specification