Home
last modified time | relevance | path

Searched defs:digest (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_sha2.c319 NX_CRYPTO_KEEP UINT _nx_crypto_sha256_digest_calculate(NX_CRYPTO_SHA256 *context, UCHAR *digest, UI… in _nx_crypto_sha256_digest_calculate()
Dnx_crypto_sha5.c365 NX_CRYPTO_KEEP UINT _nx_crypto_sha512_digest_calculate(NX_CRYPTO_SHA512 *context, UCHAR *digest, UI… in _nx_crypto_sha512_digest_calculate()
Dnx_crypto_hmac.c591 UINT _nx_crypto_hmac_hash_digest_calculate(VOID *context, UCHAR *digest, UINT algorithm) in _nx_crypto_hmac_hash_digest_calculate()
/NetX-Duo-v6.3.0/addons/websocket/
Dnx_websocket_client.c1007 UCHAR digest[NX_WEBSOCKET_ACCEPT_DIGEST_SIZE]; in _nx_websocket_client_connect_response_process() local