Searched refs:crypto_method_prf (Results 1 – 4 of 4) sorted by relevance
| /NetX-Duo-v6.2.1/nx_secure/src/ |
| D | nx_secure_crypto_method_self_test_prf.c | 101 UINT _nx_secure_crypto_method_self_test_prf(NX_CRYPTO_METHOD *crypto_method_prf, in _nx_secure_crypto_method_self_test_prf() argument 117 if(crypto_method_prf == NX_NULL) in _nx_secure_crypto_method_self_test_prf() 121 switch (crypto_method_prf -> nx_crypto_algorithm) in _nx_secure_crypto_method_self_test_prf() 151 if (crypto_method_prf -> nx_crypto_init) in _nx_secure_crypto_method_self_test_prf() 153 status = crypto_method_prf -> nx_crypto_init(crypto_method_prf, in _nx_secure_crypto_method_self_test_prf() 166 if (crypto_method_prf -> nx_crypto_operation == NX_NULL) in _nx_secure_crypto_method_self_test_prf() 172 status = crypto_method_prf -> nx_crypto_operation(NX_CRYPTO_PRF, in _nx_secure_crypto_method_self_test_prf() 174 crypto_method_prf, in _nx_secure_crypto_method_self_test_prf() 198 if (crypto_method_prf -> nx_crypto_cleanup) in _nx_secure_crypto_method_self_test_prf() 200 status = crypto_method_prf -> nx_crypto_cleanup(metadata); in _nx_secure_crypto_method_self_test_prf()
|
| /NetX-Duo-v6.2.1/crypto_libraries/src/ |
| D | nx_crypto_method_self_test_prf.c | 153 NX_CRYPTO_KEEP UINT _nx_crypto_method_self_test_prf(NX_CRYPTO_METHOD *crypto_method_prf, in _nx_crypto_method_self_test_prf() argument 169 if(crypto_method_prf == NX_CRYPTO_NULL) in _nx_crypto_method_self_test_prf() 173 switch (crypto_method_prf -> nx_crypto_algorithm) in _nx_crypto_method_self_test_prf() 223 if (crypto_method_prf -> nx_crypto_init) in _nx_crypto_method_self_test_prf() 225 status = crypto_method_prf -> nx_crypto_init(crypto_method_prf, in _nx_crypto_method_self_test_prf() 238 if (crypto_method_prf -> nx_crypto_operation == NX_CRYPTO_NULL) in _nx_crypto_method_self_test_prf() 244 status = crypto_method_prf -> nx_crypto_operation(NX_CRYPTO_PRF, in _nx_crypto_method_self_test_prf() 246 crypto_method_prf, in _nx_crypto_method_self_test_prf() 270 if (crypto_method_prf -> nx_crypto_cleanup) in _nx_crypto_method_self_test_prf() 272 status = crypto_method_prf -> nx_crypto_cleanup(metadata); in _nx_crypto_method_self_test_prf()
|
| /NetX-Duo-v6.2.1/nx_secure/inc/ |
| D | nx_secure_crypto_table_self_test.h | 93 UINT _nx_secure_crypto_method_self_test_prf(NX_CRYPTO_METHOD *crypto_method_prf,
|
| /NetX-Duo-v6.2.1/crypto_libraries/inc/ |
| D | nx_crypto_method_self_test.h | 54 UINT _nx_crypto_method_self_test_prf(NX_CRYPTO_METHOD *crypto_method_prf,
|