Home
last modified time | relevance | path

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

/third_party/libwebsockets/plugins/ssh-base/include/
Dlws-ssh.h424 uint8_t newkeys; /* which sides newkeys have been applied */ member
/third_party/libwebsockets/plugins/ssh-base/
Dsshd.c683 pss->kex->newkeys |= 2; in lws_ssh_parse_plaintext()
684 if (pss->kex->newkeys == 3) in lws_ssh_parse_plaintext()
2490 pss->kex->newkeys |= 1; in lws_callback_raw_sshd()
2491 if (pss->kex->newkeys == 3) in lws_callback_raw_sshd()
/third_party/python/Objects/
Ddictobject.c1163 PyDictKeysObject *newkeys = new_keys_object(PyDict_MINSIZE); in insert_to_emptydict() local
1164 if (newkeys == NULL) { in insert_to_emptydict()
1168 newkeys->dk_lookup = lookdict; in insert_to_emptydict()
1171 mp->ma_keys = newkeys; in insert_to_emptydict()