Home
last modified time | relevance | path

Searched refs:KMAC_MAX_BLOCKSIZE (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dkmac_prov.c81 #define KMAC_MAX_BLOCKSIZE ((1600 - 128 * 2) / 8) /* 168 */ macro
106 * Padded to a multiple of KMAC_MAX_BLOCKSIZE
108 #define KMAC_MAX_KEY_ENCODED (KMAC_MAX_BLOCKSIZE * 4)
/third_party/openssl/providers/implementations/macs/
H A Dkmac_prov.c81 #define KMAC_MAX_BLOCKSIZE ((1600 - 128 * 2) / 8) /* 168 */ macro
106 * Padded to a multiple of KMAC_MAX_BLOCKSIZE
108 #define KMAC_MAX_KEY_ENCODED (KMAC_MAX_BLOCKSIZE * 4)

Completed in 3 milliseconds