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/ |
| D | nx_secure_phash_prf_test.c | 38 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 …]
|
| D | nx_secure_crypto_method_cleanup_test.c | 214 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/ |
| D | nx_crypto_method_self_test.c | 56 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()
|
| D | nx_crypto_methods.c | 732 NX_CRYPTO_METHOD crypto_method_tls_prf_sha512 = variable
|