VSF Documented
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
6struct crypto_type {
7 unsigned int type;
8 unsigned int tfmsize;
9};
10
11void *crypto_alloc_tfm(const char *alg_name, const struct crypto_type *frontend, u32 type, u32 mask);
12
13#endif
void * crypto_alloc_tfm(const char *alg_name, const struct crypto_type *frontend, u32 type, u32 mask)
Definition vsf_linux_core_crypto.c:327
uint32_t u32
Definition lvgl.h:43
Definition internal.h:6
unsigned int type
Definition internal.h:7
unsigned int tfmsize
Definition internal.h:8
vk_av_control_type_t type
Definition vsf_audio.h:170
Generated from commit: vsfteam/vsf@f33b89f