nrfxlib API 3.3.99
Loading...
Searching...
No Matches
nrf_cc3xx_platform_sha256.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2022 Nordic Semiconductor ASA
3 *
4 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5 */
6
15#ifndef NRF_CC3XX_PLATFORM_SHA256_H__
16#define NRF_CC3XX_PLATFORM_SHA256_H__
17
18#include <stddef.h>
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
45int nrf_cc3xx_platform_sha256_hash(void *ram_buffer, size_t ram_buffer_size,
46 void *data, size_t len, void *out);
47#ifdef __cplusplus
48}
49#endif
50
51#endif /* NRF_CC3XX_PLATFORM_SHA256_H__ */
52
int nrf_cc3xx_platform_sha256_hash(void *ram_buffer, size_t ram_buffer_size, void *data, size_t len, void *out)
Calculates SHA-256.