VSF Documented
Main Page
Related Pages
Topics
Namespaces
Data Structures
Files
File List
Globals
source
shell
sys
linux
include
crypto
internal.h
Go to the documentation of this file.
1
#ifndef __VSF_LINUX_CRYPTO_INTERNAL_H__
2
#define __VSF_LINUX_CRYPTO_INTERNAL_H__
3
4
#include <
linux/types.h
>
5
6
struct
crypto_type
{
7
unsigned
int
type
;
8
unsigned
int
tfmsize
;
9
};
10
11
void
*
crypto_alloc_tfm
(
const
char
*alg_name,
const
struct
crypto_type
*frontend,
u32
type
,
u32
mask);
12
13
#endif
crypto_alloc_tfm
void * crypto_alloc_tfm(const char *alg_name, const struct crypto_type *frontend, u32 type, u32 mask)
Definition
vsf_linux_core_crypto.c:327
types.h
u32
uint32_t u32
Definition
lvgl.h:43
crypto_type
Definition
internal.h:6
crypto_type::type
unsigned int type
Definition
internal.h:7
crypto_type::tfmsize
unsigned int tfmsize
Definition
internal.h:8
type
vk_av_control_type_t type
Definition
vsf_audio.h:170
Generated from commit:
vsfteam/vsf@f33b89f