Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/rsa/rsa/
Dkey.py743 def newkeys(nbits: int, function
/aosp_15_r20/external/libwebsockets/plugins/ssh-base/include/
H A Dlws-ssh.h424 uint8_t newkeys; /* which sides newkeys have been applied */ member
/aosp_15_r20/external/python/cpython3/Objects/
Ddictobject.c1324 PyDictKeysObject *newkeys = new_keys_object(PyDict_LOG_MINSIZE, unicode); in insert_to_emptydict() local