SEcube
SEcube Open Source Library - Device
se3_cmd1_keys.h
Go to the documentation of this file.
1 
7 #pragma once
8 #include "se3c1.h"
9 #include "sha256.h"
10 #include "aes256.h"
11 
16 uint16_t L1d_key_edit(uint16_t req_size, const uint8_t* req, uint16_t* resp_size, uint8_t* resp);
17 
22 uint16_t L1d_key_list(uint16_t req_size, const uint8_t* req, uint16_t* resp_size, uint8_t* resp);
23 
24 
25 
26 
uint16_t L1d_key_edit(uint16_t req_size, const uint8_t *req, uint16_t *resp_size, uint8_t *resp)
L1 KEY_EDIT.
Definition: se3_cmd1_keys.c:14
L1 structures and functions.
uint16_t L1d_key_list(uint16_t req_size, const uint8_t *req, uint16_t *resp_size, uint8_t *resp)
L1 KEY_LIST.
Definition: se3_cmd1_keys.c:117