Home
last modified time | relevance | path

Searched refs:auth_method (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_tls_ecc_generate_keys.c145 const NX_CRYPTO_METHOD *auth_method; in _nx_secure_tls_ecc_generate_keys() local
688 auth_method = ciphersuite -> nx_secure_tls_public_auth; in _nx_secure_tls_ecc_generate_keys()
690 (auth_method -> nx_crypto_algorithm == NX_CRYPTO_DIGITAL_SIGNATURE_RSA || in _nx_secure_tls_ecc_generate_keys()
691 auth_method -> nx_crypto_algorithm == NX_CRYPTO_KEY_EXCHANGE_RSA)) in _nx_secure_tls_ecc_generate_keys()
775 if (auth_method -> nx_crypto_init != NX_NULL) in _nx_secure_tls_ecc_generate_keys()
778 status = auth_method -> nx_crypto_init((NX_CRYPTO_METHOD*)auth_method, in _nx_secure_tls_ecc_generate_keys()
789 if (auth_method -> nx_crypto_operation != NX_NULL) in _nx_secure_tls_ecc_generate_keys()
792 status = auth_method -> nx_crypto_operation(NX_CRYPTO_DECRYPT, in _nx_secure_tls_ecc_generate_keys()
794 (NX_CRYPTO_METHOD*)auth_method, in _nx_secure_tls_ecc_generate_keys()
813 if (auth_method -> nx_crypto_cleanup) in _nx_secure_tls_ecc_generate_keys()
[all …]
Dnx_secure_process_server_key_exchange.c128 const NX_CRYPTO_METHOD *auth_method; in _nx_secure_process_server_key_exchange() local
667 auth_method = ciphersuite -> nx_secure_tls_public_auth; in _nx_secure_process_server_key_exchange()
670 (auth_method -> nx_crypto_algorithm == NX_CRYPTO_DIGITAL_SIGNATURE_RSA || in _nx_secure_process_server_key_exchange()
671 auth_method -> nx_crypto_algorithm == NX_CRYPTO_KEY_EXCHANGE_RSA)) in _nx_secure_process_server_key_exchange()
675 if (auth_method -> nx_crypto_init != NX_NULL) in _nx_secure_process_server_key_exchange()
678 status = auth_method -> nx_crypto_init((NX_CRYPTO_METHOD*)auth_method, in _nx_secure_process_server_key_exchange()
690 if (auth_method -> nx_crypto_algorithm == NX_CRYPTO_KEY_EXCHANGE_RSA) in _nx_secure_process_server_key_exchange()
692 status = auth_method -> nx_crypto_operation(NX_CRYPTO_DECRYPT, in _nx_secure_process_server_key_exchange()
694 (NX_CRYPTO_METHOD*)auth_method, in _nx_secure_process_server_key_exchange()
711 if (auth_method -> nx_crypto_cleanup) in _nx_secure_process_server_key_exchange()
[all …]