Searched defs:blake2s_update (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/openssl/crypto/evp/ |
H A D | legacy_blake2.c | 32 #define blake2s_update ossl_blake2s_update macro
|
/freebsd/sys/contrib/libb2/ |
H A D | blake2s-ref.c | 144 #define blake2s_update BLAKE2_IMPL_NAME(blake2s_update) macro 291 int blake2s_update( blake2s_state *S, const uint8_t *in, size_t inlen ) in blake2s_update() function
|
H A D | blake2s.c | 181 #define blake2s_update BLAKE2_IMPL_NAME(blake2s_update) macro 331 int blake2s_update( blake2s_state *S, const uint8_t *in, size_t inlen ) in blake2s_update() function
|
H A D | blake2-dispatch.c | 563 BLAKE2_API int blake2s_update( blake2s_state *S, const uint8_t *in, size_t inlen ) in blake2s_update() function
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | archive_blake2s_ref.c | 216 int blake2s_update( blake2s_state *S, const void *pin, size_t inlen ) in blake2s_update() function
|
/freebsd/sys/dev/wg/ |
H A D | wg_crypto.c | 171 void blake2s_update(struct blake2s_state *state, const uint8_t *in, size_t inlen) in blake2s_update() function
|