mirror of
https://github.com/rdolbeau/VexRiscvBPluginGenerator.git
synced 2025-04-18 18:44:42 -04:00
11 lines
896 B
C
11 lines
896 B
C
#define ECRYPT_ctx crypto_stream_chacha20_dolbeau_rv32_ECRYPT_ctx
|
|
#define ECRYPT_init crypto_stream_chacha20_dolbeau_rv32_ECRYPT_init
|
|
#define ECRYPT_keysetup crypto_stream_chacha20_dolbeau_rv32_ECRYPT_keysetup
|
|
#define ECRYPT_ivsetup crypto_stream_chacha20_dolbeau_rv32_ECRYPT_ivsetup
|
|
#define ECRYPT_keystream_bytes crypto_stream_chacha20_dolbeau_rv32_ECRYPT_keystream_bytes
|
|
#define ECRYPT_process_bytes crypto_stream_chacha20_dolbeau_rv32_ECRYPT_process_bytes
|
|
#define ECRYPT_decrypt_bytes crypto_stream_chacha20_dolbeau_rv32_ECRYPT_decrypt_bytes
|
|
#define ECRYPT_encrypt_bytes crypto_stream_chacha20_dolbeau_rv32_ECRYPT_encrypt_bytes
|
|
#define ECRYPT_process_packet crypto_stream_chacha20_dolbeau_rv32_ECRYPT_process_packet
|
|
#define ECRYPT_decrypt_packet crypto_stream_chacha20_dolbeau_rv32_ECRYPT_decrypt_packet
|
|
#define ECRYPT_encrypt_packet crypto_stream_chacha20_dolbeau_rv32_ECRYPT_encrypt_packet
|