Searched defs:digest (Results 1 – 4 of 4) sorted by relevance
319 NX_CRYPTO_KEEP UINT _nx_crypto_sha256_digest_calculate(NX_CRYPTO_SHA256 *context, UCHAR *digest, UI… in _nx_crypto_sha256_digest_calculate()
365 NX_CRYPTO_KEEP UINT _nx_crypto_sha512_digest_calculate(NX_CRYPTO_SHA512 *context, UCHAR *digest, UI… in _nx_crypto_sha512_digest_calculate()
591 UINT _nx_crypto_hmac_hash_digest_calculate(VOID *context, UCHAR *digest, UINT algorithm) in _nx_crypto_hmac_hash_digest_calculate()
1007 UCHAR digest[NX_WEBSOCKET_ACCEPT_DIGEST_SIZE]; in _nx_websocket_client_connect_response_process() local