luat_soc_sdk_2024 V1.0
luat_crypto_cipher_ctx结构体 参考

#include <luat_crypto.h>

成员变量

const char * cipher
 
const char * pad
 
const char * str
 
const char * key
 
const char * iv
 
size_t cipher_size
 
size_t pad_size
 
size_t str_size
 
size_t key_size
 
size_t iv_size
 
char * outbuff
 
size_t outlen
 
uint8_t flags
 

详细描述

在文件 luat_crypto.h121 行定义.

结构体成员变量说明

◆ cipher

const char* cipher

在文件 luat_crypto.h123 行定义.

◆ cipher_size

size_t cipher_size

在文件 luat_crypto.h129 行定义.

◆ flags

uint8_t flags

在文件 luat_crypto.h136 行定义.

◆ iv

const char* iv

在文件 luat_crypto.h127 行定义.

◆ iv_size

size_t iv_size

在文件 luat_crypto.h133 行定义.

◆ key

const char* key

在文件 luat_crypto.h126 行定义.

◆ key_size

size_t key_size

在文件 luat_crypto.h132 行定义.

◆ outbuff

char* outbuff

在文件 luat_crypto.h134 行定义.

◆ outlen

size_t outlen

在文件 luat_crypto.h135 行定义.

◆ pad

const char* pad

在文件 luat_crypto.h124 行定义.

◆ pad_size

size_t pad_size

在文件 luat_crypto.h130 行定义.

◆ str

const char* str

在文件 luat_crypto.h125 行定义.

◆ str_size

size_t str_size

在文件 luat_crypto.h131 行定义.


该结构体的文档由以下文件生成: