Home
last modified time | relevance | path

Searched refs:p_Aes128_t (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/linkkit/include/linkkit/infra/
A Dinfra_aes.h275 p_Aes128_t infra_aes128_init(const uint8_t *key, const uint8_t *iv,
278 int infra_aes128_destroy(p_Aes128_t aes);
280 int infra_aes128_cbc_decrypt(p_Aes128_t aes, const void *src, size_t blockNum,
283 int infra_aes128_cfb_decrypt(p_Aes128_t aes, const void *src, size_t length,
286 int infra_aes128_cfb_encrypt(p_Aes128_t aes, const void *src, size_t length,
289 int infra_aes128_cbc_encrypt(p_Aes128_t aes, const void *src, size_t blockNum,
A Dinfra_compat.h295 typedef void *p_Aes128_t; typedef
/AliOS-Things-master/components/linkkit/wifi_provision/frameworks/utils/
A Dawss_crypt.c104 p_Aes128_t aes = (p_Aes128_t)infra_aes128_init(key, iv, AES_DECRYPTION); in aes_decrypt_string()
/AliOS-Things-master/components/linkkit/wrappers/os/
A DHAL_PRODUCT_rhino.c179 p_Aes128_t aes_e_h = in HAL_SaveDeviceIdentity()
209 p_Aes128_t aes_e_h = in HAL_SaveDeviceIdentity()
/AliOS-Things-master/components/linkkit/iot_coap/client/
A Diotx_coap_api.c372 p_Aes128_t aes_e_h = infra_aes128_init((unsigned char *)key, in iotx_aes_cbc_encrypt()
396 p_Aes128_t aes_d_h; in iotx_aes_cbc_decrypt()
443 p_Aes128_t aes_e_h = infra_aes128_init((unsigned char *)key, in iotx_aes_cfb_encrypt()
458 p_Aes128_t aes_d_h = infra_aes128_init((unsigned char *)key, in iotx_aes_cfb_decrypt()
/AliOS-Things-master/components/linkkit/dev_model/alcs/
A Dalcs_api.c323 p_Aes128_t aes_e_h = in alcs_encrypt()
330 p_Aes128_t aes_e_h = NULL; in alcs_encrypt()
346 p_Aes128_t aes_d_h; in alcs_decrypt()
/AliOS-Things-master/components/linkkit/infra/
A Dinfra_aes.c924 p_Aes128_t infra_aes128_init(const uint8_t *key, const uint8_t *iv, in infra_aes128_init()
961 return (p_Aes128_t)p_aes128; in infra_aes128_init()
964 int infra_aes128_destroy(p_Aes128_t aes) in infra_aes128_destroy()
979 int infra_aes128_cbc_decrypt(p_Aes128_t aes, const void *src, size_t blockNum, in infra_aes128_cbc_decrypt()
1004 int infra_aes128_cfb_decrypt(p_Aes128_t aes, const void *src, size_t length, in infra_aes128_cfb_decrypt()
1027 int infra_aes128_cfb_encrypt(p_Aes128_t aes, const void *src, size_t length, in infra_aes128_cfb_encrypt()
1047 int infra_aes128_cbc_encrypt(p_Aes128_t aes, const void *src, size_t blockNum, in infra_aes128_cbc_encrypt()
/AliOS-Things-master/components/linkkit/wifi_provision/zero_config/
A Dawss_registrar.c1088 p_Aes128_t aes = infra_aes128_init(&enr->key[0], enr->random, in registrar_raw_frame_init()

Completed in 15 milliseconds