nRF Connect SDK API 2.8.99
|
#include <stdlib.h>
#include <stdint.h>
#include <stdbool.h>
Go to the source code of this file.
Data Structures | |
struct | pkcs15_object_t |
Macros | |
#define | PATH_SIZE 16 |
Functions | |
bool | pkcs15_ef_odf_path_decode (const uint8_t *bytes, size_t len, pkcs15_object_t *object) |
Decode PKCS #15 EF(ODF) Path. | |
bool | pkcs15_ef_dodf_path_decode (const uint8_t *bytes, size_t len, pkcs15_object_t *object) |
Decode PKCS #15 EF(DODF) Path. | |