Botan 3.13.0
Crypto and TLS for C&
#include <botan/internal/pkcs12_kdf.h>
#include <botan/assert.h>
#include <botan/exceptn.h>
#include <botan/hash.h>
#include <botan/mem_ops.h>
#include <botan/internal/charset.h>
#include <botan/internal/fmt.h>
#include <botan/internal/int_utils.h>
#include <botan/internal/time_utils.h>
#include <algorithm>
#include <array>
#include <limits>

Go to the source code of this file.

Namespaces

namespace  Botan

Functions

void Botan::pkcs12_kdf (std::span< uint8_t > out, std::span< const uint8_t > pwd_bytes, std::span< const uint8_t > salt, size_t iterations, uint8_t id, HashFunction &hash)