Home
last modified time | relevance | path

Searched refs:BLAKE2_KEYBYTES (Results 1 – 3 of 3) sorted by relevance

/openssl/providers/implementations/macs/
H A Dblake2_mac_impl.c39 unsigned char key[BLAKE2_KEYBYTES];
93 if (keylen > BLAKE2_KEYBYTES || keylen == 0) { in blake2_setkey()
99 if (keylen < BLAKE2_KEYBYTES) in blake2_setkey()
100 memset(macctx->key + keylen, 0, BLAKE2_KEYBYTES - keylen); in blake2_setkey()
H A Dblake2s_mac.c13 #define BLAKE2_KEYBYTES BLAKE2S_KEYBYTES macro
H A Dblake2b_mac.c13 #define BLAKE2_KEYBYTES BLAKE2B_KEYBYTES macro

Completed in 6 milliseconds