Home
last modified time | relevance | path

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

/NetX-Duo-v6.4.1/crypto_libraries/inc/
Dnx_crypto_phash.h74 UCHAR *nx_crypto_hmac_output; member
Dnx_crypto_hkdf.h106 UCHAR *nx_crypto_hmac_output; member
/NetX-Duo-v6.4.1/crypto_libraries/src/
Dnx_crypto_tls_prf_sha256.c300 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.c300 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.c300 phash -> nx_crypto_hmac_output = prf -> nx_secure_tls_prf_temp_hmac_output_buffer; in _nx_crypto_method_prf_sha512_operation()
Dnx_crypto_phash.c116 hmac_output = phash -> nx_crypto_hmac_output; in _nx_crypto_phash()
Dnx_crypto_tls_prf_1.c298 phash -> nx_crypto_hmac_output = prf -> nx_secure_tls_prf_temp_hmac_output_buffer; in _nx_crypto_method_prf_1_operation()
/NetX-Duo-v6.4.1/test/regression/nx_secure_test/
Dnx_secure_phash_prf_test.c541 phash.nx_crypto_hmac_output = output; in thread_0_entry()