Searched refs:blake2b_init (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/sys/dev/random/fenestrasX/ |
H A D | fx_hash.h | 30 #define blake2b_init blake2b_init_ref macro 49 rc = blake2b_init(&h->state, FXRNG_HASH_SZ); in fxrng_hash_init()
|
/freebsd-src/sys/contrib/libb2/ |
H A D | blake2b-ref.c | 148 #define blake2b_init BLAKE2_IMPL_NAME(blake2b_init) macro 158 int blake2b_init( blake2b_state *S, size_t outlen ); 184 int blake2b_init( blake2b_state *S, size_t outlen ) in blake2b_init() function 379 if( blake2b_init( S, outlen ) < 0 ) return -1; in blake2b()
|
H A D | blake2b.c | 192 #define blake2b_init BLAKE2_IMPL_NAME(blake2b_init) macro 202 int blake2b_init( blake2b_state *S, size_t outlen ); 232 int blake2b_init( blake2b_state *S, size_t outlen ) in blake2b_init() function 431 if( blake2b_init( S, outlen ) < 0 ) return -1; in blake2b()
|
H A D | blake2.h | 149 BLAKE2_API int blake2b_init( blake2b_state *S, size_t outlen );
|
H A D | blake2-dispatch.c | 482 BLAKE2_API int blake2b_init( blake2b_state *S, size_t outlen ) in blake2b_init() function
|
/freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/ |
H A D | blake2.h | 27 #define blake2b_init crypto_generichash_blake2b__init macro 77 int blake2b_init(blake2b_state *S, const uint8_t outlen);
|
H A D | generichash_blake2b.c | 56 if (blake2b_init(state, (uint8_t) outlen) != 0) { in crypto_generichash_blake2b_init()
|
H A D | blake2b-ref.c | 124 blake2b_init(blake2b_state *S, const uint8_t outlen) in blake2b_init() function 359 if (blake2b_init(S, outlen) < 0) { in blake2b()
|
/freebsd-src/sys/crypto/blake2/ |
H A D | blake2_cryptodev.c | 277 rc = blake2b_init(&bctx.sb, ses->mlen); in blake2_cipher_process()
|
/freebsd-src/contrib/libarchive/libarchive/ |
H A D | archive_blake2.h | 153 int blake2b_init( blake2b_state *S, size_t outlen );
|