Searched refs:nx_secure_tls_prf_sha256_method (Results 1 – 4 of 4) sorted by relevance
204 …if (max_tls_prf_metadata_size < crypto_table -> nx_secure_tls_prf_sha256_method -> nx_crypto_metad… in _nx_secure_tls_metadata_size_calculate()206 …max_tls_prf_metadata_size = crypto_table -> nx_secure_tls_prf_sha256_method -> nx_crypto_metadata_… in _nx_secure_tls_metadata_size_calculate()
218 crypto_table->nx_secure_tls_prf_sha256_method = cipher_method; in _map_tls_ciphersuites()805 if ((crypto_table -> nx_secure_tls_prf_sha256_method != NX_NULL) && in _nx_secure_tls_session_create_ext()806 …(max_tls_prf_metadata_size < crypto_table -> nx_secure_tls_prf_sha256_method -> nx_crypto_metadata… in _nx_secure_tls_session_create_ext()808 …max_tls_prf_metadata_size = crypto_table -> nx_secure_tls_prf_sha256_method -> nx_crypto_metadata_… in _nx_secure_tls_session_create_ext()
287 insert_handler(&tls_ciphers.nx_secure_tls_prf_sha256_method); in ciphersuites_setup()
1086 const NX_CRYPTO_METHOD *nx_secure_tls_prf_sha256_method; member