openthread-br  0.3.0-72c0388
Classes | Macros | Enumerations
pskc.hpp File Reference
#include "openthread-br/config.h"
#include <stdint.h>
#include <string.h>
#include <mbedtls/cmac.h>

Go to the source code of this file.

Classes

class  otbr::Psk::Pskc
 

Macros

#define OT_EXTENDED_PAN_ID_LENGTH   8
 
#define OT_ITERATION_COUNTS   16384
 
#define OT_PASSPHRASE_MAX_LENGTH   255
 
#define OT_PBKDF2_SALT_MAX_LENGTH   30
 
#define OT_PSKC_LENGTH   16
 

Enumerations

enum  { kPskcStatus_Ok = 0, kPskcStatus_InvalidArgument = 1 }
 

Detailed Description

This file implements the generating pskc function.