Searched refs:psk_id (Results 1 – 8 of 8) sorted by relevance
12 static const char psk_id[] = "PSK_identity"; variable
181 psk_id, in init_app()182 sizeof(psk_id) - 1); in init_app()
188 psk_id, in setup_tls()189 sizeof(psk_id) - 1); in setup_tls()
367 psk_id, in init_app()368 sizeof(psk_id) - 1); in init_app()
1057 struct tls_credential *psk_id) in tls_set_psk() argument1062 (const unsigned char *)psk_id->buf, in tls_set_psk()1063 psk_id->len); in tls_set_psk()1090 struct tls_credential *psk_id = in tls_set_credential() local1092 if (!psk_id) { in tls_set_credential()1096 return tls_set_psk(tls, cred, psk_id); in tls_set_credential()
57 static const char psk_id[] = "test_identity"; variable72 psk_id, strlen(psk_id)), in test_config_psk()