Home
last modified time | relevance | path

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

/NetX-Duo-v6.3.0/crypto_libraries/inc/
Dnx_crypto_phash.h76 UINT nx_crypto_hmac_output_size; member
Dnx_crypto_hkdf.h108 UINT nx_crypto_hmac_output_size; member
/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_tls_prf_sha256.c302 phash -> nx_crypto_hmac_output_size = sizeof(prf -> nx_secure_tls_prf_temp_hmac_output_buffer); in _nx_crypto_method_prf_sha_256_operation()
Dnx_crypto_tls_prf_sha384.c302 phash -> nx_crypto_hmac_output_size = sizeof(prf -> nx_secure_tls_prf_temp_hmac_output_buffer); in _nx_crypto_method_prf_sha384_operation()
Dnx_crypto_tls_prf_sha512.c302 phash -> nx_crypto_hmac_output_size = sizeof(prf -> nx_secure_tls_prf_temp_hmac_output_buffer); in _nx_crypto_method_prf_sha512_operation()
Dnx_crypto_phash.c118 hmac_output_size = phash -> nx_crypto_hmac_output_size; in _nx_crypto_phash()
Dnx_crypto_tls_prf_1.c300 phash -> nx_crypto_hmac_output_size = sizeof(prf -> nx_secure_tls_prf_temp_hmac_output_buffer); in _nx_crypto_method_prf_1_operation()