Searched refs:crypto_method_drbg (Results 1 – 6 of 6) sorted by relevance
| /NetX-Duo-v6.2.1/crypto_libraries/src/ |
| D | nx_crypto_method_self_test_drbg.c | 341 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 …]
|
| D | nx_crypto_method_self_test.c | 57 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()
|
| D | nx_crypto_methods.c | 244 NX_CRYPTO_METHOD crypto_method_drbg = variable
|
| /NetX-Duo-v6.2.1/test/regression/nx_secure_test/ |
| D | nx_secure_drbg_test.c | 6 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()
|
| D | nx_secure_crypto_method_cleanup_test.c | 195 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/ |
| D | nx_crypto_method_self_test.h | 56 UINT _nx_crypto_method_self_test_drbg(NX_CRYPTO_METHOD *crypto_method_drbg,
|