Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_phash_prf_test.c38 extern NX_CRYPTO_METHOD crypto_method_tls_prf_sha512;
299 …status = _nx_crypto_method_prf_sha512_init(&crypto_method_tls_prf_sha512, NX_CRYPTO_NULL, 0, NX_CR… in thread_0_entry()
303 …status = _nx_crypto_method_prf_sha512_init(&crypto_method_tls_prf_sha512, (VOID *)0x04, 0, NX_CRYP… in thread_0_entry()
307 …status = _nx_crypto_method_prf_sha512_init(&crypto_method_tls_prf_sha512, (VOID *)0x04, 0, NX_CRYP… in thread_0_entry()
311 …status = _nx_crypto_method_prf_sha512_init(&crypto_method_tls_prf_sha512, (VOID *)0x04, 0, NX_CRYP… in thread_0_entry()
316 &crypto_method_tls_prf_sha512, /* crypto_method */ in thread_0_entry()
327 &crypto_method_tls_prf_sha512, /* crypto_method */ in thread_0_entry()
338 &crypto_method_tls_prf_sha512, /* crypto_method */ in thread_0_entry()
349 &crypto_method_tls_prf_sha512, /* crypto_method */ in thread_0_entry()
360 &crypto_method_tls_prf_sha512, /* crypto_method */ in thread_0_entry()
[all …]
Dnx_secure_crypto_method_cleanup_test.c214 extern NX_CRYPTO_METHOD crypto_method_tls_prf_sha512;
246 {&crypto_method_tls_prf_sha512, {NX_CRYPTO_PRF, NX_NULL, NX_NULL,}, 1, 80},
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_method_self_test.c56 extern NX_CRYPTO_METHOD crypto_method_tls_prf_sha512;
202 … status = _nx_crypto_method_self_test_prf(&crypto_method_tls_prf_sha512, metadata, metadata_size); in _nx_crypto_method_self_test()
Dnx_crypto_methods.c732 NX_CRYPTO_METHOD crypto_method_tls_prf_sha512 = variable