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

Go to the source code of this file.

Functions

psa_status_t cc3xx_sign_message (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_length, uint8_t *signature, size_t signature_size, size_t *signature_length)
 Sign a message.
 
psa_status_t cc3xx_verify_message (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_length, const uint8_t *signature, size_t signature_length)
 Verify a message signature.
 
psa_status_t cc3xx_sign_hash (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_length, uint8_t *signature, size_t signature_size, size_t *signature_length)
 Sign a precomputed hash of a message.
 
psa_status_t cc3xx_verify_hash (const psa_key_attributes_t *attributes, const uint8_t *key, size_t key_length, psa_algorithm_t alg, const uint8_t *hash, size_t hash_length, const uint8_t *signature, size_t signature_length)
 Verify a message signature on a hash.
 

Detailed Description

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