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
34
extern
"C"
{
35
#endif
36
37
49
void
ocrypto_pbkdf2_aes_cmac_prf128
(
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
ocrypto_pbkdf2_aes_cmac_prf128
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)
crypto
nrf_oberon
include
ocrypto_pbkdf2_cmac_prf128.h
Generated on Wed Jun 10 2026 17:21:22 for nrfxlib API by
1.12.0