SemiDrive SSDK Appication Program Interface PTG3.0
ske_ecb.h File Reference
#include "ske.h"

Go to the source code of this file.

Detailed Description

Function Documentation

◆ ske_hp_ecb_crypto()

uint32_t ske_hp_ecb_crypto ( SKE_ALG  alg,
SKE_CRYPTO  crypto,
uint8_t *  key,
uint16_t  sp_key_idx,
uint8_t *  in,
uint8_t *  out,
uint32_t  bytes 
)

◆ ske_hp_ecb_final()

uint32_t ske_hp_ecb_final ( void  )

◆ ske_hp_ecb_init()

uint32_t ske_hp_ecb_init ( SKE_ALG  alg,
SKE_CRYPTO  crypto,
uint8_t *  key,
uint16_t  sp_key_idx 
)

◆ ske_hp_ecb_update_blocks()

uint32_t ske_hp_ecb_update_blocks ( uint8_t *  in,
uint8_t *  out,
uint32_t  bytes 
)