Searched defs:aes (Results 1 – 6 of 6) sorted by relevance
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/core/crypto/ |
D | aes-ccm.c | 27 static void aes_ccm_auth_start(void *aes, size_t M, size_t L, const u8 *nonce, in aes_ccm_auth_start() 63 static void aes_ccm_auth(void *aes, const u8 *data, size_t len, u8 *x) in aes_ccm_auth() 91 static void aes_ccm_encr(void *aes, size_t L, const u8 *in, size_t len, u8 *out, in aes_ccm_encr() 116 static void aes_ccm_encr_auth(void *aes, size_t M, u8 *x, u8 *a, u8 *auth) in aes_ccm_encr_auth() 131 static void aes_ccm_decr_auth(void *aes, size_t M, u8 *a, const u8 *auth, u8 *t) in aes_ccm_decr_auth() 152 void *aes; in aes_ccm_ae() local 182 void *aes; in aes_ccm_ad() local
|
D | aes-gcm.c | 142 static void aes_gctr(void *aes, const u8 *icb, const u8 *x, size_t xlen, u8 *y) in aes_gctr() 176 void *aes; in aes_gcm_init_hash_subkey() local 214 static void aes_gcm_gctr(void *aes, const u8 *J0, const u8 *in, size_t len, in aes_gcm_gctr() 260 void *aes; in aes_gcm_ae() local 294 void *aes; in aes_gcm_ad() local
|
/device/soc/telink/b91/adapter/hals/mbedtls/src/mbedtls/internal/ |
D | multithread.c | 36 UINT32 aes; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/demux/ |
D | aml_dsc.c | 347 int iv = 0, aes = 0, des = 0; in _hwdsc_set_aes_des_sm4_key() local
|
/device/soc/winnermicro/wm800/board/include/platform/ |
D | wm_crypto_hard.h | 251 psAesCbc_t aes; member
|
/device/board/unionman/unionpi_tiger/kernel/drivers/media/drivers/stream_input/parser/hw_demux/ |
D | aml_dmx.c | 2264 int iv = 0, aes = 0, des = 0; in dsc_set_aes_des_sm4_key() local
|