Home
last modified time | relevance | path

Searched refs:newkeys (Results 1 - 3 of 3) sorted by relevance

/third_party/libwebsockets/plugins/ssh-base/
H A Dsshd.c670 lwsl_notice("unexpected newkeys\n"); in lws_ssh_parse_plaintext()
683 pss->kex->newkeys |= 2; in lws_ssh_parse_plaintext()
684 if (pss->kex->newkeys == 3) in lws_ssh_parse_plaintext()
2209 /* afterwards, must do newkeys */ in lws_callback_raw_sshd()
2490 pss->kex->newkeys |= 1; in lws_callback_raw_sshd()
2491 if (pss->kex->newkeys == 3) in lws_callback_raw_sshd()
/third_party/libwebsockets/plugins/ssh-base/include/
H A Dlws-ssh.h424 uint8_t newkeys; /* which sides newkeys have been applied */ member
/third_party/python/Objects/
H A Ddictobject.c1324 PyDictKeysObject *newkeys = new_keys_object(PyDict_LOG_MINSIZE, unicode); in insert_to_emptydict() local
1325 if (newkeys == NULL) { in insert_to_emptydict()
1331 mp->ma_keys = newkeys; in insert_to_emptydict()

Completed in 12 milliseconds