Home
last modified time | relevance | path

Searched refs:nx_crypto_init (Results 1 – 25 of 57) sorted by relevance

123

/NetX-Duo-v6.3.0/nx_secure/src/
Dnx_secure_tls_handshake_hash_init.c112 if (method_ptr -> nx_crypto_init) in _nx_secure_tls_handshake_hash_init()
114 status = method_ptr -> nx_crypto_init((NX_CRYPTO_METHOD*)method_ptr, in _nx_secure_tls_handshake_hash_init()
163 if (method_ptr -> nx_crypto_init) in _nx_secure_tls_handshake_hash_init()
165 status = method_ptr -> nx_crypto_init((NX_CRYPTO_METHOD*)method_ptr, in _nx_secure_tls_handshake_hash_init()
212 if (method_ptr -> nx_crypto_init) in _nx_secure_tls_handshake_hash_init()
214 status = method_ptr -> nx_crypto_init((NX_CRYPTO_METHOD*)method_ptr, in _nx_secure_tls_handshake_hash_init()
256 if (method_ptr -> nx_crypto_init) in _nx_secure_tls_handshake_hash_init()
258 status = method_ptr -> nx_crypto_init((NX_CRYPTO_METHOD*)method_ptr, in _nx_secure_tls_handshake_hash_init()
Dnx_secure_x509_certificate_verify.c153 if (hash_method -> nx_crypto_init) in _nx_secure_x509_certificate_verify()
155 status = hash_method -> nx_crypto_init((NX_CRYPTO_METHOD*)hash_method, in _nx_secure_x509_certificate_verify()
224 if (public_cipher_method -> nx_crypto_init != NX_CRYPTO_NULL) in _nx_secure_x509_certificate_verify()
227 status = public_cipher_method -> nx_crypto_init((NX_CRYPTO_METHOD*)public_cipher_method, in _nx_secure_x509_certificate_verify()
352 if (public_cipher_method -> nx_crypto_init != NX_CRYPTO_NULL) in _nx_secure_x509_certificate_verify()
354 status = public_cipher_method -> nx_crypto_init((NX_CRYPTO_METHOD*)public_cipher_method, in _nx_secure_x509_certificate_verify()
Dnx_secure_x509_crl_verify.c150 if (hash_method -> nx_crypto_init) in _nx_secure_x509_crl_verify()
152 status = hash_method -> nx_crypto_init((NX_CRYPTO_METHOD*)hash_method, in _nx_secure_x509_crl_verify()
221 if (public_cipher_method -> nx_crypto_init != NX_CRYPTO_NULL) in _nx_secure_x509_crl_verify()
224 status = public_cipher_method -> nx_crypto_init((NX_CRYPTO_METHOD*)public_cipher_method, in _nx_secure_x509_crl_verify()
355 if (public_cipher_method -> nx_crypto_init != NX_CRYPTO_NULL) in _nx_secure_x509_crl_verify()
357 status = public_cipher_method -> nx_crypto_init((NX_CRYPTO_METHOD*)public_cipher_method, in _nx_secure_x509_crl_verify()
Dnx_secure_crypto_method_self_test_md5.c106 if (crypto_method_md5 -> nx_crypto_init) in _nx_secure_crypto_method_self_test_md5()
108 status = crypto_method_md5 -> nx_crypto_init(crypto_method_md5, in _nx_secure_crypto_method_self_test_md5()
Dnx_secure_tls_1_3_session_keys_set.c171 if (session_cipher_method -> nx_crypto_init != NULL) in _nx_secure_tls_1_3_session_keys_set()
187 … status = session_cipher_method -> nx_crypto_init((NX_CRYPTO_METHOD*)session_cipher_method, in _nx_secure_tls_1_3_session_keys_set()
210 … status = session_cipher_method -> nx_crypto_init((NX_CRYPTO_METHOD*)session_cipher_method, in _nx_secure_tls_1_3_session_keys_set()
Dnx_secure_module_hash_compute.c105 if (hmac_ptr -> nx_crypto_init) in nx_secure_module_hash_compute()
107 status = hmac_ptr -> nx_crypto_init(hmac_ptr, in nx_secure_module_hash_compute()
Dnx_secure_crypto_method_self_test_rsa.c462 if (crypto_method -> nx_crypto_init == NX_NULL) in _nx_secure_crypto_method_self_test_rsa()
476 status = crypto_method -> nx_crypto_init(crypto_method, in _nx_secure_crypto_method_self_test_rsa()
523 status = crypto_method -> nx_crypto_init(crypto_method, in _nx_secure_crypto_method_self_test_rsa()
571 status = crypto_method -> nx_crypto_init(crypto_method, in _nx_secure_crypto_method_self_test_rsa()
Dnx_secure_crypto_method_self_test_3des.c120 if (crypto_method_3des -> nx_crypto_init) in _nx_secure_crypto_method_self_test_3des()
122 status = crypto_method_3des -> nx_crypto_init(crypto_method_3des, in _nx_secure_crypto_method_self_test_3des()
Dnx_secure_crypto_method_self_test_des.c117 if (crypto_method_des -> nx_crypto_init) in _nx_secure_crypto_method_self_test_des()
119 status = crypto_method_des -> nx_crypto_init(crypto_method_des, in _nx_secure_crypto_method_self_test_des()
Dnx_secure_process_server_key_exchange.c357 if (hash_method -> nx_crypto_init) in _nx_secure_process_server_key_exchange()
359 status = hash_method -> nx_crypto_init((NX_CRYPTO_METHOD*)hash_method, in _nx_secure_process_server_key_exchange()
505 if (hash_method -> nx_crypto_init) in _nx_secure_process_server_key_exchange()
507 status = hash_method -> nx_crypto_init((NX_CRYPTO_METHOD*)hash_method, in _nx_secure_process_server_key_exchange()
676 if (auth_method -> nx_crypto_init != NX_NULL) in _nx_secure_process_server_key_exchange()
679 status = auth_method -> nx_crypto_init((NX_CRYPTO_METHOD*)auth_method, in _nx_secure_process_server_key_exchange()
810 if (auth_method -> nx_crypto_init != NX_NULL) in _nx_secure_process_server_key_exchange()
812 status = auth_method -> nx_crypto_init((NX_CRYPTO_METHOD*)auth_method, in _nx_secure_process_server_key_exchange()
884 if (ecdh_method -> nx_crypto_init != NX_NULL) in _nx_secure_process_server_key_exchange()
886 status = ecdh_method -> nx_crypto_init((NX_CRYPTO_METHOD*)ecdh_method, in _nx_secure_process_server_key_exchange()
Dnx_secure_tls_ecc_generate_keys.c201 if (ecdhe_method -> nx_crypto_init != NX_NULL) in _nx_secure_tls_ecc_generate_keys()
203 status = ecdhe_method -> nx_crypto_init((NX_CRYPTO_METHOD*)ecdhe_method, in _nx_secure_tls_ecc_generate_keys()
386 if (hash_method -> nx_crypto_init) in _nx_secure_tls_ecc_generate_keys()
388 status = hash_method -> nx_crypto_init((NX_CRYPTO_METHOD*)hash_method, in _nx_secure_tls_ecc_generate_keys()
535 if (hash_method -> nx_crypto_init) in _nx_secure_tls_ecc_generate_keys()
537 status = hash_method -> nx_crypto_init((NX_CRYPTO_METHOD*)hash_method, in _nx_secure_tls_ecc_generate_keys()
776 if (auth_method -> nx_crypto_init != NX_NULL) in _nx_secure_tls_ecc_generate_keys()
779 status = auth_method -> nx_crypto_init((NX_CRYPTO_METHOD*)auth_method, in _nx_secure_tls_ecc_generate_keys()
837 if (auth_method -> nx_crypto_init != NX_NULL) in _nx_secure_tls_ecc_generate_keys()
839 status = auth_method -> nx_crypto_init((NX_CRYPTO_METHOD*)auth_method, in _nx_secure_tls_ecc_generate_keys()
Dnx_secure_generate_session_keys.c146 if (session_prf_method -> nx_crypto_init != NX_NULL) in _nx_secure_generate_session_keys()
148 status = session_prf_method -> nx_crypto_init((NX_CRYPTO_METHOD*)session_prf_method, in _nx_secure_generate_session_keys()
Dnx_secure_generate_master_secret.c141 if (session_prf_method -> nx_crypto_init != NX_NULL) in _nx_secure_generate_master_secret()
143 status = session_prf_method -> nx_crypto_init((NX_CRYPTO_METHOD*)session_prf_method, in _nx_secure_generate_master_secret()
Dnx_secure_crypto_method_self_test_sha.c223 if (crypto_method_sha -> nx_crypto_init) in _nx_secure_crypto_method_self_test_sha()
225 status = crypto_method_sha -> nx_crypto_init(crypto_method_sha, in _nx_secure_crypto_method_self_test_sha()
Dnx_secure_crypto_method_self_test_prf.c152 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()
Dnx_secure_crypto_method_self_test_hmac_md5.c121 if (crypto_method_hmac_md5 -> nx_crypto_init) in _nx_secure_crypto_method_self_test_hmac_md5()
123 status = crypto_method_hmac_md5 -> nx_crypto_init(crypto_method_hmac_md5, in _nx_secure_crypto_method_self_test_hmac_md5()
Dnx_secure_tls_record_hash_initialize.c122 if (authentication_method -> nx_crypto_init) in _nx_secure_tls_record_hash_initialize()
124 status = authentication_method -> nx_crypto_init((NX_CRYPTO_METHOD*)authentication_method, in _nx_secure_tls_record_hash_initialize()
/NetX-Duo-v6.3.0/crypto_libraries/src/
Dnx_crypto_method_self_test_3des.c150 if (crypto_method_3des -> nx_crypto_init) in _nx_crypto_method_self_test_3des()
152 status = crypto_method_3des -> nx_crypto_init(crypto_method_3des, in _nx_crypto_method_self_test_3des()
207 if (crypto_method_3des -> nx_crypto_init) in _nx_crypto_method_self_test_3des()
209 status = crypto_method_3des -> nx_crypto_init(crypto_method_3des, in _nx_crypto_method_self_test_3des()
Dnx_crypto_method_self_test_aes.c224 if (crypto_method_aes -> nx_crypto_init) in _nx_crypto_method_self_test_aes()
226 status = crypto_method_aes -> nx_crypto_init(crypto_method_aes, in _nx_crypto_method_self_test_aes()
278 if (crypto_method_aes -> nx_crypto_init) in _nx_crypto_method_self_test_aes()
280 status = crypto_method_aes -> nx_crypto_init(crypto_method_aes, in _nx_crypto_method_self_test_aes()
Dnx_crypto_method_self_test_ecdh.c122 if (crypto_method_ecdh -> nx_crypto_init) in _nx_crypto_method_self_test_ecdh()
124 status = crypto_method_ecdh -> nx_crypto_init(crypto_method_ecdh, in _nx_crypto_method_self_test_ecdh()
218 if (crypto_method_ecdh -> nx_crypto_init) in _nx_crypto_method_self_test_ecdh()
220 status = crypto_method_ecdh -> nx_crypto_init(crypto_method_ecdh, in _nx_crypto_method_self_test_ecdh()
Dnx_crypto_method_self_test_md5.c109 if (crypto_method_md5 -> nx_crypto_init) in _nx_crypto_method_self_test_md5()
111 status = crypto_method_md5 -> nx_crypto_init(crypto_method_md5, in _nx_crypto_method_self_test_md5()
Dnx_crypto_method_self_test_des.c121 if (crypto_method_des -> nx_crypto_init) in _nx_crypto_method_self_test_des()
123 status = crypto_method_des -> nx_crypto_init(crypto_method_des, in _nx_crypto_method_self_test_des()
Dnx_crypto_method_self_test_rsa.c613 if (crypto_method -> nx_crypto_init == NX_CRYPTO_NULL) in _nx_crypto_method_self_test_rsa()
627 status = crypto_method -> nx_crypto_init(crypto_method, in _nx_crypto_method_self_test_rsa()
674 status = crypto_method -> nx_crypto_init(crypto_method, in _nx_crypto_method_self_test_rsa()
722 status = crypto_method -> nx_crypto_init(crypto_method, in _nx_crypto_method_self_test_rsa()
Dnx_crypto_method_self_test_hmac_md5.c125 if (crypto_method_hmac_md5 -> nx_crypto_init) in _nx_crypto_method_self_test_hmac_md5()
127 status = crypto_method_hmac_md5 -> nx_crypto_init(crypto_method_hmac_md5, in _nx_crypto_method_self_test_hmac_md5()
Dnx_crypto_method_self_test_drbg.c385 if (crypto_method_drbg -> nx_crypto_init) in _nx_crypto_method_self_test_drbg()
387 status = crypto_method_drbg -> nx_crypto_init(crypto_method_drbg, in _nx_crypto_method_self_test_drbg()
521 if (crypto_method_drbg -> nx_crypto_init) in _nx_crypto_method_self_test_drbg()
523 status = crypto_method_drbg -> nx_crypto_init(crypto_method_drbg, in _nx_crypto_method_self_test_drbg()

123