Home
last modified time | relevance | path

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

/NetX-Duo-v6.2.1/nx_secure/src/
Dnx_secure_tls_session_create_ext.c101 static UINT _find_cipher(UINT cipher_id, UINT cipher_role_id, UINT key_size, const NX_CRYPTO_METHOD… in _find_cipher() argument
107 if(crypto_array[i]->nx_crypto_algorithm == cipher_id) in _find_cipher()
134 UINT cipher_id; in _map_tls_ciphersuites() local
288 cipher_id = current_cipher.nx_crypto_role_cipher_id; in _map_tls_ciphersuites()
320 …status = _find_cipher(cipher_id, current_cipher.nx_crypto_role_id, cipher_map[suite] -> nx_crypto_… in _map_tls_ciphersuites()
377 UINT cipher_id; in _map_x509_ciphersuites() local
412 cipher_id = current_cipher.nx_crypto_role_cipher_id; in _map_x509_ciphersuites()
440 …status = _find_cipher(cipher_id, current_cipher.nx_crypto_role_id, 0, crypto_array, crypto_array_s… in _map_x509_ciphersuites()