Lines Matching defs:pskid
371 char pskid[NVMF_PSK_IDENTITY_LEN];
945 tcp_sock_get_key(uint8_t *out, int out_len, const char **cipher, const char *pskid,
954 if (strcmp(pskid, entry->pskid) != 0) {
966 rc = nvme_tcp_derive_tls_psk(entry->psk, psk_len, pskid, out, out_len,
987 SPDK_ERRLOG("Could not find PSK for identity: %s\n", pskid);
3814 rc = nvme_tcp_generate_psk_identity(entry->pskid, sizeof(entry->pskid), hostnqn,
3822 if (strncmp(tmp->pskid, entry->pskid, NVMF_PSK_IDENTITY_LEN) == 0) {
3823 SPDK_ERRLOG("Given PSK identity: %s entry already exists!\n", entry->pskid);