Searched refs:auth_method (Results 1 – 2 of 2) sorted by relevance
145 const NX_CRYPTO_METHOD *auth_method; in _nx_secure_tls_ecc_generate_keys() local688 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 …]
128 const NX_CRYPTO_METHOD *auth_method; in _nx_secure_process_server_key_exchange() local667 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 …]