Home
last modified time | relevance | path

Searched refs:cipher_text (Results 1 – 4 of 4) sorted by relevance

/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/
A Dald_crypt.c239 uint32_t *cipher_buf = (uint32_t *)cipher_text; in ald_crypt_encrypt()
289 uint32_t *cipher_buf = (uint32_t*)cipher_text; in ald_crypt_decrypt()
388 GCM_HASH_in[i + len] = * (cipher_text + i); in ald_crypt_gcm_verify()
480 hperh->cipher_text = cipher_text; in ald_crypt_encrypt_by_it()
506 uint32_t *cipher_buf = (uint32_t*)cipher_text; in ald_crypt_decrypt_by_it()
525 hperh->cipher_text = cipher_text; in ald_crypt_decrypt_by_it()
566 hperh->cipher_text = cipher_text; in ald_crypt_encrypt_by_dma()
644 hperh->cipher_text = cipher_text; in ald_crypt_decrypt_by_dma()
770 in_buf = (uint32_t *)hperh->cipher_text + hperh->count; in ald_crypt_irq_handler()
968 hperh->cipher_text = NULL; in crypt_dma_crypt_cplt()
[all …]
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Source/
A Dald_crypt.c391 uint32_t *cipher_buf = (uint32_t *)cipher_text; in ald_crypt_encrypt()
439 uint32_t *cipher_buf = (uint32_t*)cipher_text; in ald_crypt_decrypt()
536 GCM_HASH_in[i + len] = * (cipher_text + i); in ald_crypt_gcm_verify()
628 hperh->cipher_text = cipher_text; in ald_crypt_encrypt_by_it()
654 uint32_t *cipher_buf = (uint32_t*)cipher_text; in ald_crypt_decrypt_by_it()
673 hperh->cipher_text = cipher_text; in ald_crypt_decrypt_by_it()
714 hperh->cipher_text = cipher_text; in ald_crypt_encrypt_by_dma()
794 hperh->cipher_text = cipher_text; in ald_crypt_decrypt_by_dma()
914 uint32_t *in_buf = (uint32_t *)hperh->cipher_text; in ald_crypt_irq_handler()
1123 hperh->cipher_text = NULL; in crypt_dma_crypt_cplt()
[all …]
/bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/
A Dald_crypt.h134 uint8_t *cipher_text; /**< Pointer to cipher text */ member
206 ald_status_t ald_crypt_encrypt(crypt_handle_t *hperh, uint8_t *plain_text, uint8_t *cipher_text, ui…
207 ald_status_t ald_crypt_decrypt(crypt_handle_t *hperh, uint8_t *cipher_text, uint8_t *plain_text, ui…
208 ald_status_t ald_crypt_gcm_verify(crypt_handle_t *hperh, uint8_t *cipher_text, uint32_t size, uint8…
209 …ypt_encrypt_by_it(crypt_handle_t *hperh, uint8_t *plain_text, uint8_t *cipher_text, uint32_t size);
210 ald_status_t ald_crypt_decrypt_by_it(crypt_handle_t *hperh, uint8_t *cipher_text, uint8_t *plain_te…
213 uint8_t *cipher_text, uint32_t size, uint8_t channel_m2p, uint8_t channel_p2m);
214 ald_status_t ald_crypt_decrypt_by_dma(crypt_handle_t *hperh, uint8_t *cipher_text,
/bsp/essemi/es32f369x/libraries/ES32F36xx_ALD_StdPeriph_Driver/Include/
A Dald_crypt.h193 uint8_t *cipher_text; /**< Pointer to cipher text */ member
278 …d_crypt_encrypt(crypt_handle_t *hperh, uint8_t * plain_text, uint8_t * cipher_text, uint32_t size);
279 extern ald_status_t ald_crypt_decrypt(crypt_handle_t *hperh, uint8_t * cipher_text, uint8_t * plain…
280 extern ald_status_t ald_crypt_gcm_verify(crypt_handle_t *hperh, uint8_t *cipher_text, uint32_t size…
281 …ypt_encrypt_by_it(crypt_handle_t *hperh, uint8_t *plain_text, uint8_t *cipher_text, uint32_t size);
282 extern ald_status_t ald_crypt_decrypt_by_it(crypt_handle_t *hperh, uint8_t *cipher_text, uint8_t *p…
285 uint8_t *cipher_text, uint32_t size, uint8_t channel_m2p, uint8_t channel_p2m);
286 extern ald_status_t ald_crypt_decrypt_by_dma(crypt_handle_t *hperh, uint8_t * cipher_text,

Completed in 12 milliseconds