Home
last modified time | relevance | path

Searched refs:nx_crypto_hmac_output (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_phash.h75 UCHAR *nx_crypto_hmac_output; member
Dnx_crypto_hkdf.h107 UCHAR *nx_crypto_hmac_output; member
/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_tls_prf_sha256.c301 phash -> nx_crypto_hmac_output = prf -> nx_secure_tls_prf_temp_hmac_output_buffer; in _nx_crypto_method_prf_sha_256_operation()
Dnx_crypto_tls_prf_sha384.c301 phash -> nx_crypto_hmac_output = prf -> nx_secure_tls_prf_temp_hmac_output_buffer; in _nx_crypto_method_prf_sha384_operation()
Dnx_crypto_tls_prf_sha512.c301 phash -> nx_crypto_hmac_output = prf -> nx_secure_tls_prf_temp_hmac_output_buffer; in _nx_crypto_method_prf_sha512_operation()
Dnx_crypto_phash.c117 hmac_output = phash -> nx_crypto_hmac_output; in _nx_crypto_phash()
Dnx_crypto_tls_prf_1.c299 phash -> nx_crypto_hmac_output = prf -> nx_secure_tls_prf_temp_hmac_output_buffer; in _nx_crypto_method_prf_1_operation()