Lines Matching refs:Core
146 With this library all core functions (ciphers, hashes, prngs, and bignum) have the same prototype definition. They all load
149 know how to use Safer+, RC6, or Serpent as well. With all of the core functions there are central descriptor tables
402 \mysection{Core Functions}
597 The remaining fields are all pointers to the core functions for each cipher. The end of the cipher\_descriptor array is
1750 \mysection{Core Functions}
1751 Like the ciphers, there are hash core functions and a universal data type to hold the hash state called \textit{hash\_state}. To initialize hash
2662 \mysection{Core Functions}
2663 The library provides an array of core functions for Pseudo-Random Number Generators (PRNGs) as well. A cryptographic PRNG is
3602 The library provides a set of core ECC functions as well that are designed to be the Elliptic Curve analogy of all of the
3725 \mysection{Core Functions}