Home
last modified time | relevance | path

Searched refs:_nx_crypto_method_self_test_prf (Results 1 – 4 of 4) sorted by relevance

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_method_self_test.c193 status = _nx_crypto_method_self_test_prf(&crypto_method_tls_prf_1, metadata, metadata_size); in _nx_crypto_method_self_test()
196 … status = _nx_crypto_method_self_test_prf(&crypto_method_tls_prf_sha256, metadata, metadata_size); in _nx_crypto_method_self_test()
199 … status = _nx_crypto_method_self_test_prf(&crypto_method_tls_prf_sha384, metadata, metadata_size); in _nx_crypto_method_self_test()
202 … status = _nx_crypto_method_self_test_prf(&crypto_method_tls_prf_sha512, metadata, metadata_size); in _nx_crypto_method_self_test()
Dnx_crypto_method_self_test_prf.c153 NX_CRYPTO_KEEP UINT _nx_crypto_method_self_test_prf(NX_CRYPTO_METHOD *crypto_method_prf, in _nx_crypto_method_self_test_prf() function
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_phash_prf_test.c622 status = _nx_crypto_method_self_test_prf(NX_CRYPTO_NULL, NX_CRYPTO_NULL, 0); in thread_0_entry()
627 status = _nx_crypto_method_self_test_prf(&test_method, NX_CRYPTO_NULL, 0); in thread_0_entry()
634 status = _nx_crypto_method_self_test_prf(&test_method, NX_CRYPTO_NULL, 0); in thread_0_entry()
639 status = _nx_crypto_method_self_test_prf(&test_method, NX_CRYPTO_NULL, 0); in thread_0_entry()
645 status = _nx_crypto_method_self_test_prf(&test_method, NX_CRYPTO_NULL, 0); in thread_0_entry()
651 status = _nx_crypto_method_self_test_prf(&test_method, NX_CRYPTO_NULL, 0); in thread_0_entry()
657 status = _nx_crypto_method_self_test_prf(&test_method, &prf_1, sizeof(prf_1)); in thread_0_entry()
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_method_self_test.h54 UINT _nx_crypto_method_self_test_prf(NX_CRYPTO_METHOD *crypto_method_prf,