Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_crypto_method_self_test_prf.c102 UINT _nx_secure_crypto_method_self_test_prf(NX_CRYPTO_METHOD *crypto_method_prf, in _nx_secure_crypto_method_self_test_prf() argument
118 if(crypto_method_prf == NX_NULL) in _nx_secure_crypto_method_self_test_prf()
122 switch (crypto_method_prf -> nx_crypto_algorithm) in _nx_secure_crypto_method_self_test_prf()
152 if (crypto_method_prf -> nx_crypto_init) in _nx_secure_crypto_method_self_test_prf()
154 status = crypto_method_prf -> nx_crypto_init(crypto_method_prf, in _nx_secure_crypto_method_self_test_prf()
167 if (crypto_method_prf -> nx_crypto_operation == NX_NULL) in _nx_secure_crypto_method_self_test_prf()
173 status = crypto_method_prf -> nx_crypto_operation(NX_CRYPTO_PRF, in _nx_secure_crypto_method_self_test_prf()
175 crypto_method_prf, in _nx_secure_crypto_method_self_test_prf()
199 if (crypto_method_prf -> nx_crypto_cleanup) in _nx_secure_crypto_method_self_test_prf()
201 status = crypto_method_prf -> nx_crypto_cleanup(metadata); in _nx_secure_crypto_method_self_test_prf()
/NetX-Duo-v6.2.1/crypto_libraries/src/
Dnx_crypto_method_self_test_prf.c154 NX_CRYPTO_KEEP UINT _nx_crypto_method_self_test_prf(NX_CRYPTO_METHOD *crypto_method_prf, in _nx_crypto_method_self_test_prf() argument
170 if(crypto_method_prf == NX_CRYPTO_NULL) in _nx_crypto_method_self_test_prf()
174 switch (crypto_method_prf -> nx_crypto_algorithm) in _nx_crypto_method_self_test_prf()
224 if (crypto_method_prf -> nx_crypto_init) in _nx_crypto_method_self_test_prf()
226 status = crypto_method_prf -> nx_crypto_init(crypto_method_prf, in _nx_crypto_method_self_test_prf()
239 if (crypto_method_prf -> nx_crypto_operation == NX_CRYPTO_NULL) in _nx_crypto_method_self_test_prf()
245 status = crypto_method_prf -> nx_crypto_operation(NX_CRYPTO_PRF, in _nx_crypto_method_self_test_prf()
247 crypto_method_prf, in _nx_crypto_method_self_test_prf()
271 if (crypto_method_prf -> nx_crypto_cleanup) in _nx_crypto_method_self_test_prf()
273 status = crypto_method_prf -> nx_crypto_cleanup(metadata); in _nx_crypto_method_self_test_prf()
/NetX-Duo-v6.2.1/nx_secure/inc/
Dnx_secure_crypto_table_self_test.h94 UINT _nx_secure_crypto_method_self_test_prf(NX_CRYPTO_METHOD *crypto_method_prf,
/NetX-Duo-v6.2.1/crypto_libraries/inc/
Dnx_crypto_method_self_test.h55 UINT _nx_crypto_method_self_test_prf(NX_CRYPTO_METHOD *crypto_method_prf,