nrfxlib API 3.3.99
Loading...
Searching...
No Matches
ocrypto_pbkdf2_cmac_prf128.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2016 - 2025 Nordic Semiconductor ASA
3 * Copyright (c) since 2013 Oberon microsystems AG
4 *
5 * SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
6 */
7
8
26#ifndef OCRYPTO_PBKDF2_CMAC_PRF128_H
27#define OCRYPTO_PBKDF2_CMAC_PRF128_H
28
29#include <stddef.h>
30#include <stdint.h>
31
32
33#ifdef __cplusplus
34extern "C" {
35#endif
36
37
50 uint8_t *key, size_t key_len,
51 const uint8_t *password, size_t password_len,
52 const uint8_t *salt, size_t salt_len,
53 uint32_t count);
54
55
56#ifdef __cplusplus
57}
58#endif
59
60#endif
61
void ocrypto_pbkdf2_aes_cmac_prf128(uint8_t *key, size_t key_len, const uint8_t *password, size_t password_len, const uint8_t *salt, size_t salt_len, uint32_t count)