Home
last modified time | relevance | path

Searched refs:crypto_method_drbg (Results 1 – 6 of 6) sorted by relevance

/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_method_self_test_drbg.c341 NX_CRYPTO_KEEP UINT _nx_crypto_method_self_test_drbg(NX_CRYPTO_METHOD *crypto_method_drbg, in _nx_crypto_method_self_test_drbg() argument
358 if(crypto_method_drbg == NX_CRYPTO_NULL) in _nx_crypto_method_self_test_drbg()
384 if (crypto_method_drbg -> nx_crypto_init) in _nx_crypto_method_self_test_drbg()
386 status = crypto_method_drbg -> nx_crypto_init(crypto_method_drbg, in _nx_crypto_method_self_test_drbg()
400 if (crypto_method_drbg -> nx_crypto_operation == NX_CRYPTO_NULL) in _nx_crypto_method_self_test_drbg()
406 status = crypto_method_drbg -> nx_crypto_operation(NX_CRYPTO_DRBG_OPTIONS_SET, in _nx_crypto_method_self_test_drbg()
408 crypto_method_drbg, in _nx_crypto_method_self_test_drbg()
427 status = crypto_method_drbg -> nx_crypto_operation(NX_CRYPTO_DRBG_INSTANTIATE, in _nx_crypto_method_self_test_drbg()
429 crypto_method_drbg, in _nx_crypto_method_self_test_drbg()
448 status = crypto_method_drbg -> nx_crypto_operation(NX_CRYPTO_DRBG_GENERATE, in _nx_crypto_method_self_test_drbg()
[all …]
Dnx_crypto_method_self_test.c57 extern NX_CRYPTO_METHOD crypto_method_drbg;
205 status = _nx_crypto_method_self_test_drbg(&crypto_method_drbg, metadata, metadata_size); in _nx_crypto_method_self_test()
Dnx_crypto_methods.c244 NX_CRYPTO_METHOD crypto_method_drbg = variable
/NetX-Duo-v6.2.1/test/regression/nx_secure_test/
Dnx_secure_drbg_test.c6 extern NX_CRYPTO_METHOD crypto_method_drbg;
90 …status = _nx_crypto_method_drbg_init(&crypto_method_drbg, NX_CRYPTO_NULL, 0, NX_CRYPTO_NULL, NX_CR… in thread_0_entry()
94 …status = _nx_crypto_method_drbg_init(&crypto_method_drbg, NX_CRYPTO_NULL, 0, NX_CRYPTO_NULL, (VOID… in thread_0_entry()
98 …status = _nx_crypto_method_drbg_init(&crypto_method_drbg, NX_CRYPTO_NULL, 0, NX_CRYPTO_NULL, &drbg… in thread_0_entry()
118 &crypto_method_drbg, /* method */ in thread_0_entry()
129 &crypto_method_drbg, /* method */ in thread_0_entry()
140 &crypto_method_drbg, /* method */ in thread_0_entry()
151 &crypto_method_drbg, /* method */ in thread_0_entry()
226 test_method = crypto_method_drbg; in thread_0_entry()
Dnx_secure_crypto_method_cleanup_test.c195 extern NX_CRYPTO_METHOD crypto_method_drbg;
280 status = crypto_method_cleanup_drbg_test(&crypto_method_drbg); in thread_0_entry()
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_method_self_test.h56 UINT _nx_crypto_method_self_test_drbg(NX_CRYPTO_METHOD *crypto_method_drbg,