Lines Matching refs:parent_obj
82 creds->parent_obj.dir ? creds->parent_obj.dir : "<nodir>"); in qcrypto_tls_creds_psk_load()
84 if (creds->parent_obj.endpoint == QCRYPTO_TLS_CREDS_ENDPOINT_SERVER) { in qcrypto_tls_creds_psk_load()
90 if (qcrypto_tls_creds_get_path(&creds->parent_obj, in qcrypto_tls_creds_psk_load()
93 qcrypto_tls_creds_get_path(&creds->parent_obj, in qcrypto_tls_creds_psk_load()
106 if (qcrypto_tls_creds_get_dh_params_file(&creds->parent_obj, dhparams, in qcrypto_tls_creds_psk_load()
107 &creds->parent_obj.dh_params, in qcrypto_tls_creds_psk_load()
119 creds->parent_obj.dh_params); in qcrypto_tls_creds_psk_load()
121 if (qcrypto_tls_creds_get_path(&creds->parent_obj, in qcrypto_tls_creds_psk_load()
162 if (creds->parent_obj.endpoint == QCRYPTO_TLS_CREDS_ENDPOINT_CLIENT) { in qcrypto_tls_creds_psk_unload()
173 if (creds->parent_obj.dh_params) { in qcrypto_tls_creds_psk_unload()
174 gnutls_dh_params_deinit(creds->parent_obj.dh_params); in qcrypto_tls_creds_psk_unload()
175 creds->parent_obj.dh_params = NULL; in qcrypto_tls_creds_psk_unload()