Home
last modified time | relevance | path

Searched refs:_nx_crypto_sha512_process_buffer (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_sha5.h108 VOID _nx_crypto_sha512_process_buffer(NX_CRYPTO_SHA512 *context, UCHAR *buffer);
/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_sha5.c285 _nx_crypto_sha512_process_buffer(context, context -> nx_sha512_buffer); in _nx_crypto_sha512_update()
300 _nx_crypto_sha512_process_buffer(context, input_ptr); in _nx_crypto_sha512_update()
501 NX_CRYPTO_KEEP VOID _nx_crypto_sha512_process_buffer(NX_CRYPTO_SHA512 *context, UCHAR *buffer) in _nx_crypto_sha512_process_buffer() function