Home
last modified time | relevance | path

Searched refs:blake2s (Results 1 – 16 of 16) sorted by relevance

/third_party/python/Doc/library/
Dhashlib.rst68 :func:`sha512`, :func:`blake2b`, and :func:`blake2s`.
81 :func:`blake2b` and :func:`blake2s` were added.
300 single: blake2b, blake2s
329 .. function:: blake2s(data=b'', *, digest_size=32, key=b'', salt=b'', \
405 .. data:: blake2s.SALT_SIZE
411 .. data:: blake2s.PERSON_SIZE
417 .. data:: blake2s.MAX_KEY_SIZE
423 .. data:: blake2s.MAX_DIGEST_SIZE
436 :func:`blake2s`), then update it with the data by calling :meth:`update` on the
487 >>> from hashlib import blake2b, blake2s
[all …]
/third_party/python/Modules/_blake2/impl/
Dblake2s.c186 …int blake2s( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t ke…
381 int blake2s( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t key… in blake2s() function
412 return blake2s( out, in, NULL, BLAKE2S_OUTBYTES, (size_t)inlen, 0 ); in crypto_hash()
Dblake2s-test.c32 if( blake2s( hash, buf, key, BLAKE2S_OUTBYTES, i, BLAKE2S_KEYBYTES ) < 0 || in main()
Dblake2s-ref.c149 …int blake2s( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t ke…
341 int blake2s( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen, size_t key… in blake2s() function
Dblake2.h166 …BLAKE2_API int blake2s( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen…
Dblake2-dispatch.c573 BLAKE2_API int blake2s( uint8_t *out, const void *in, const void *key, size_t outlen, size_t inlen,… in blake2s() function
/third_party/python/Modules/_blake2/
Dblake2ns.h19 #define blake2s PyBlake2_blake2s macro
/third_party/python/Lib/
Dhashlib.py105 cache['blake2s'] = _blake2.blake2s
/third_party/python/Lib/test/
Dtest_hashlib.py748 self.check_blake2(hashlib.blake2s, 8, 8, 32, 32, (1<<48)-1)
752 self.blake2_rfc7693(hashlib.blake2s, b2s_md_len, b2s_in_len),
/third_party/python/Misc/NEWS.d/
D3.6.0b1.rst912 Add BLAKE2 (blake2b and blake2s) to hashlib.
/third_party/node/deps/openssl/config/
DMakefile_VC-WIN32603 crypto/blake2/libcrypto-shlib-blake2s.d: "crypto/blake2/blake2s.c"
604 …$(LIB_CPPFLAGS) /Zs /showIncludes "crypto/blake2/blake2s.c" 2>&1 > crypto/blake2/libcrypto-shlib-b…
605 crypto/blake2/libcrypto-shlib-blake2s.obj: crypto/blake2/libcrypto-shlib-blake2s.d
606 … /I "." /I "crypto/include" /I "include" $(LIB_CPPFLAGS) -c $(COUTFLAG)$@ "crypto/blake2/blake2s.c"
3226 crypto/blake2/libcrypto-lib-blake2s.d: "crypto/blake2/blake2s.c"
3227 … $(LIB_CPPFLAGS) /Zs /showIncludes "crypto/blake2/blake2s.c" 2>&1 > crypto/blake2/libcrypto-lib-bl…
3228 crypto/blake2/libcrypto-lib-blake2s.obj: crypto/blake2/libcrypto-lib-blake2s.d
3229 … /I "." /I "crypto/include" /I "include" $(LIB_CPPFLAGS) -c $(COUTFLAG)$@ "crypto/blake2/blake2s.c"
DMakefile_VC-WIN64A596 crypto/blake2/blake2s.d: "crypto/blake2/blake2s.c"
597 …include" $(LIB_CPPFLAGS) /Zs /showIncludes "crypto/blake2/blake2s.c" 2>&1 > crypto/blake2/blake2s.d
598 crypto/blake2/blake2s.obj: crypto/blake2/blake2s.d
599 … /I "." /I "crypto/include" /I "include" $(LIB_CPPFLAGS) -c $(COUTFLAG)$@ "crypto/blake2/blake2s.c"
/third_party/python/
DMakefile.pre.in614 # blake2s is auto-generated from blake2b
/third_party/python/Doc/whatsnew/
D3.6.rst1097 and :func:`~hashlib.blake2s` are always available and support the full
/third_party/node/deps/openssl/openssl/
DCHANGES.md4057 * Add support for blake2b and blake2s
/third_party/openssl/
DCHANGES.md3995 * Add support for blake2b and blake2s