OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KMAC_MAX_BLOCKSIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/providers/implementations/macs/
kmac_prov.c
81
#define
KMAC_MAX_BLOCKSIZE
((1600 - 128 * 2) / 8) /* 168 */
106
* Padded to a multiple of
KMAC_MAX_BLOCKSIZE
108
#define KMAC_MAX_KEY_ENCODED (
KMAC_MAX_BLOCKSIZE
* 4)
/src/crypto/external/apache2/openssl/dist/providers/implementations/macs/
kmac_prov.c
82
#define
KMAC_MAX_BLOCKSIZE
((1600 - 128 * 2) / 8) /* 168 */
107
* Padded to a multiple of
KMAC_MAX_BLOCKSIZE
109
#define KMAC_MAX_KEY_ENCODED (
KMAC_MAX_BLOCKSIZE
* 4)
Completed in 23 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026