Home
last modified time | relevance | path

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

/third_party/python/Modules/_blake2/
H A Dblake2module.c95 ADD_INT(d, "MAX_KEY_SIZE", BLAKE2B_KEYBYTES); in blake2_exec()
100 PyModule_AddIntConstant(m, "BLAKE2B_MAX_KEY_SIZE", BLAKE2B_KEYBYTES); in blake2_exec()
H A Dblake2b_impl.c191 if (key->len > BLAKE2B_KEYBYTES) { in py_blake2b_new_impl()
194 BLAKE2B_KEYBYTES); in py_blake2b_new_impl()
/third_party/node/deps/openssl/openssl/providers/implementations/macs/
H A Dblake2b_mac.c13 #define BLAKE2_KEYBYTES BLAKE2B_KEYBYTES
/third_party/openssl/providers/implementations/macs/
H A Dblake2b_mac.c13 #define BLAKE2_KEYBYTES BLAKE2B_KEYBYTES
/third_party/node/deps/openssl/openssl/providers/implementations/include/prov/
H A Dblake2.h26 # define BLAKE2B_KEYBYTES 64 macro
/third_party/openssl/providers/implementations/include/prov/
H A Dblake2.h26 # define BLAKE2B_KEYBYTES 64 macro
/third_party/python/Modules/_blake2/impl/
H A Dblake2b.c250 if ( ( !keylen ) || keylen > BLAKE2B_KEYBYTES ) return -1; in blake2b_init_key()
416 if( keylen > BLAKE2B_KEYBYTES ) return -1; in blake2b()
H A Dblake2b-ref.c204 if ( !key || !keylen || keylen > BLAKE2B_KEYBYTES ) return -1; in blake2b_init_key()
364 if( keylen > BLAKE2B_KEYBYTES ) return -1; in blake2b()
H A Dblake2.h65 BLAKE2B_KEYBYTES = 64, enumerator

Completed in 4 milliseconds