Casync_thread_task_t | Contains the thread task context state |
Cdilithium_poly | Array of coefficients of length N |
Cdilithium_polyveck | Vectors of polynomials of length K |
Cdilithium_polyvecl | Vectors of polynomials of length L |
Cevent_state | The internal event state |
Cge25519_cached | Cached point representation |
Cge25519_p1p1 | Intermediate coordinate representation |
Cge25519_p2 | Projective coordinate representation |
Cge25519_p3 | Extended projective coordinate representation |
Cge25519_precomp | Precomputed point representation |
Ckeccak_state | |
Ckeccakx4_state | |
Cpolyveck | |
Cpolyvecl | |
Cqsc_aes_gcm256_state | State structure for AES-based Galois Counter Mode (GCM-256) |
Cqsc_aes_hba256_state | State structure for AES-based Hash Based Authentication (HBA-256) |
Cqsc_aes_keyparams | Structure for AES key parameters |
Cqsc_aes_state | AES cipher ctx structure |
Cqsc_chacha_keyparams | Key parameters for the ChaCha20 cipher |
Cqsc_chacha_poly1305_state | |
Cqsc_chacha_state | Internal state structure for the ChaCha20 cipher |
Cqsc_collection_state | Collection state structure |
Cqsc_cpuidex_cpu_features | Contains the CPU feature availability |
Cqsc_csg_state | The CSG state structure |
Cqsc_csx_keyparams | The key parameters structure containing key, nonce, and info arrays and lengths. Use this structure to load an input cipher-key and optional info tweak, using the qsc_csx_initialize function. Keys must be random and secret, and align to the corresponding key size of the cipher implemented. The info parameter is optional, and can be a salt or cryptographic key. The nonce is always QSC_CSX_BLOCK_SIZE in length |
Cqsc_csx_state | The internal state structure containing the round-key array |
Cqsc_encoding_ber_element | Represents a BER (Basic Encoding Rules) element |
Cqsc_event_handler | The event handler structure |
Cqsc_hcg_state | The HCG state structure |
Cqsc_hmac256_state | The HMAC(SHA2-256) state array |
Cqsc_hmac512_state | The HMAC(SHA2-512) state array |
Cqsc_ipinfo_ipv4_address | The IPv4 address structure |
Cqsc_ipinfo_ipv4_info | The IPv4 information structure |
Cqsc_ipinfo_ipv6_address | The IPv6 address structure |
Cqsc_ipinfo_ipv6_info | The IPv6 information structure |
Cqsc_keccak_state | The Keccak state array; state array must be initialized by the caller |
Cqsc_kpa_state | The KPA state array; state array must be initialized by the caller |
Cqsc_kyber_poly | Contains an N sized array of 16bit coefficients. /n Elements of R_q = Z_q[X] / (X^n + 1). /n Represents polynomial coeffs[0] + X * coeffs[1] + X^2 * xoeffs[2] + ... + X^{n-1} * coeffs[n-1] |
Cqsc_kyber_polyvec | Contains a K sized vector of qsc_kyber_poly structures |
Cqsc_list_state | Contains the list context state |
Cqsc_netutils_adaptor_info | The netutils adaptor info structure |
Cqsc_poly1305_state | Contains the Poly1305 internal state |
Cqsc_qmac_keyparams | The key parameters structure containing key and info arrays and lengths |
Cqsc_qmac_state | The QMAC state |
Cqsc_queue_state | Contains the queue context state |
Cqsc_rcs_keyparams | The key parameters structure containing key, nonce, and info arrays and lengths |
Cqsc_rcs_state | The internal state structure containing the round-key array |
Cqsc_scb_state | The SCB state structure |
Cqsc_secrand_state | The internal secrand state array |
Cqsc_sha256_state | The SHA2-256 digest state array |
Cqsc_sha384_state | The SHA2-384 digest state array |
Cqsc_sha512_state | The SHA2-512 digest state array |
Cqsc_socket | The socket instance structure |
Cqsc_socket_receive_async_state | The socket async receive state structure. The structure contains pointers to the originating socket, message and error call-backs, and the message buffer |
Cqsc_socket_receive_poll_state | The socket polling state structure. The structure contains an array of client sockets, and a socket counter with sockets that are ready to receive data |
Cqsc_socket_server_accept_result | The async socket result structure |
Cqsc_socket_server_async_accept_state | The async listener-accept state structure. The structure contains a pointer to the listener socket, and pointers to a callback and error functions. The callback function returns a populated qsc_socket_server_accept_result structure. The error function returns the listener socket and an qsc_socket_exceptions error code |
Cqsc_sysutils_drive_space_state | The drive_space state structure |
Cqsc_sysutils_memory_statistics_state | The memory_statistics state structure |
Cqsc_threadpool_state | The thread pool state |
Cuint128 | 128-bit integer structure |