Go to the source code of this file.
- Copyright
- Copyright (c) 2021 Semidrive Semiconductor. All rights reserved.
◆ ske_hp_cbc_crypto()
| uint32_t ske_hp_cbc_crypto |
( |
SKE_ALG |
alg, |
|
|
SKE_CRYPTO |
crypto, |
|
|
uint8_t * |
key, |
|
|
uint16_t |
sp_key_idx, |
|
|
uint8_t * |
iv, |
|
|
uint8_t * |
in, |
|
|
uint8_t * |
out, |
|
|
uint32_t |
bytes |
|
) |
| |
◆ ske_hp_cbc_final()
| uint32_t ske_hp_cbc_final |
( |
void |
| ) |
|
◆ ske_hp_cbc_init()
| uint32_t ske_hp_cbc_init |
( |
SKE_ALG |
alg, |
|
|
SKE_CRYPTO |
crypto, |
|
|
uint8_t * |
key, |
|
|
uint16_t |
sp_key_idx, |
|
|
uint8_t * |
iv |
|
) |
| |
◆ ske_hp_cbc_update_blocks()
| uint32_t ske_hp_cbc_update_blocks |
( |
uint8_t * |
in, |
|
|
uint8_t * |
out, |
|
|
uint32_t |
bytes |
|
) |
| |