Home
last modified time | relevance | path

Searched refs:BLAKE2S_KEYBYTES (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Modules/_blake2/
H A Dblake2module.c117 ADD_INT(d, "MAX_KEY_SIZE", BLAKE2S_KEYBYTES); in blake2_exec()
122 PyModule_AddIntConstant(m, "BLAKE2S_MAX_KEY_SIZE", BLAKE2S_KEYBYTES); in blake2_exec()
H A Dblake2s_impl.c191 if (key->len > BLAKE2S_KEYBYTES) { in py_blake2s_new_impl()
194 BLAKE2S_KEYBYTES); in py_blake2s_new_impl()
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dblake2s_mac.c13 #define BLAKE2_KEYBYTES BLAKE2S_KEYBYTES
/third_party/openssl/providers/implementations/macs/
H A Dblake2s_mac.c13 #define BLAKE2_KEYBYTES BLAKE2S_KEYBYTES
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dblake2.h20 # define BLAKE2S_KEYBYTES 32 macro
/third_party/openssl/providers/implementations/include/prov/
H A Dblake2.h20 # define BLAKE2S_KEYBYTES 32 macro
/third_party/python/Modules/_blake2/impl/
H A Dblake2s-ref.c197 if ( !key || !keylen || keylen > BLAKE2S_KEYBYTES ) return -1; in blake2s_init_key()
354 if( keylen > BLAKE2S_KEYBYTES ) return -1; in blake2s()
H A Dblake2s.c236 if ( ( !key ) || ( !keylen ) || keylen > BLAKE2S_KEYBYTES ) return -1; in blake2s_init_key()
394 if( keylen > BLAKE2S_KEYBYTES ) return -1; in blake2s()
H A Dblake2.h56 BLAKE2S_KEYBYTES = 32, enumerator

Completed in 5 milliseconds