Searched refs:cert_crypto (Results 1 – 2 of 2) sorted by relevance
92 NX_SECURE_X509_CRYPTO *cert_crypto; in _nx_secure_tls_metadata_size_calculate() local119 cert_crypto = crypto_table -> nx_secure_tls_x509_cipher_table; in _nx_secure_tls_metadata_size_calculate()159 …if (max_public_auth_metadata_size < cert_crypto[i].nx_secure_x509_public_cipher_method -> nx_crypt… in _nx_secure_tls_metadata_size_calculate()161 …max_public_auth_metadata_size = cert_crypto[i].nx_secure_x509_public_cipher_method -> nx_crypto_me… in _nx_secure_tls_metadata_size_calculate()164 …if (max_hash_mac_metadata_size < cert_crypto[i].nx_secure_x509_hash_method -> nx_crypto_metadata_a… in _nx_secure_tls_metadata_size_calculate()166 …max_hash_mac_metadata_size = cert_crypto[i].nx_secure_x509_hash_method -> nx_crypto_metadata_area_… in _nx_secure_tls_metadata_size_calculate()169 …if (max_handshake_hash_scratch_size < cert_crypto[i].nx_secure_x509_hash_method -> nx_crypto_metad… in _nx_secure_tls_metadata_size_calculate()171 …max_handshake_hash_scratch_size = cert_crypto[i].nx_secure_x509_hash_method -> nx_crypto_metadata_… in _nx_secure_tls_metadata_size_calculate()
375 NX_SECURE_X509_CRYPTO *cert_crypto; in _map_x509_ciphersuites() local391 cert_crypto = crypto_table->nx_secure_tls_x509_cipher_table; in _map_x509_ciphersuites()400 cert_crypto->nx_secure_x509_crypto_identifier = cipher_map[suite]->nx_crypto_ciphersuite_id; in _map_x509_ciphersuites()423 cert_crypto = &cert_crypto[1]; in _map_x509_ciphersuites()451 cert_crypto->nx_secure_x509_public_cipher_method = cipher_method; in _map_x509_ciphersuites()455 cert_crypto->nx_secure_x509_hash_method = cipher_method; in _map_x509_ciphersuites()501 NX_SECURE_X509_CRYPTO *cert_crypto; in _nx_secure_tls_session_create_ext() local752 cert_crypto = crypto_table->nx_secure_tls_x509_cipher_table; in _nx_secure_tls_session_create_ext()758 …if (max_public_auth_metadata_size < cert_crypto[i].nx_secure_x509_public_cipher_method -> nx_crypt… in _nx_secure_tls_session_create_ext()760 …max_public_auth_metadata_size = cert_crypto[i].nx_secure_x509_public_cipher_method -> nx_crypto_me… in _nx_secure_tls_session_create_ext()[all …]