nRF Connect SDK API 3.3.99
Loading...
Searching...
No Matches
cracen_psa.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2023-2024 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
24#ifndef CRACEN_PSA_H
25#define CRACEN_PSA_H
26
27#include <psa/crypto.h>
28#include <stddef.h>
29#include <stdint.h>
30#include <string.h>
32#include "cracen_psa_kmu.h"
33#include "cracen_psa_key_ids.h"
34#include "cracen_psa_ctr_drbg.h"
35#include "sxsymcrypt/keyref.h"
36
38#include "cracen_psa_hash.h"
39#include "cracen_psa_cipher.h"
41#include "cracen_psa_aead.h"
42#include "cracen_psa_mac.h"
45#include "cracen_psa_pake.h"
46#include "cracen_psa_jpake.h"
47#include "cracen_psa_spake2p.h"
48#include "cracen_psa_srp.h"
49#include "cracen_psa_wpa3_sae.h"
50#include "cracen_psa_key_wrap.h"
51
60psa_status_t cracen_get_opaque_size(const psa_key_attributes_t *attributes, size_t *key_size);
61
64#endif /* CRACEN_PSA_H */
int32_t psa_status_t
Definition error.h:26
psa_status_t cracen_get_opaque_size(const psa_key_attributes_t *attributes, size_t *key_size)
Get the size of an opaque key.