All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Function declarations for low level wrapper functions for MAC operations. More...

Detailed Description

Function declarations for low level wrapper functions for MAC operations.

Author
Lena Boeckmann lena..nosp@m.boec.nosp@m.kmann.nosp@m.@haw.nosp@m.-hamb.nosp@m.urg..nosp@m.de

Definition in file psa_mac.h.

#include "kernel_defines.h"
#include "psa/crypto.h"
#include "psa/crypto_contexts.h"
+ Include dependency graph for psa_mac.h:

Go to the source code of this file.

Functions

psa_status_t psa_mac_compute_hmac_sha256 (const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, const uint8_t *input, size_t input_length, uint8_t *mac, size_t mac_size, size_t *mac_length)
 Low level wrapper function to call a driver for a HMAC SHA256 computation See psa_mac_compute()