Searched refs:tokey (Results 1 – 3 of 3) sorted by relevance
482 XORKEY *tokey = xor_newdata(NULL); in xor_dup() local486 if (tokey != NULL && fromkey != NULL) { in xor_dup()491 memcpy(tokey->pubkey, fromkey->pubkey, XOR_KEY_SIZE); in xor_dup()492 tokey->haspubkey = 1; in xor_dup()494 tokey->haspubkey = 0; in xor_dup()499 memcpy(tokey->privkey, fromkey->privkey, XOR_KEY_SIZE); in xor_dup()500 tokey->hasprivkey = 1; in xor_dup()502 tokey->hasprivkey = 0; in xor_dup()507 xor_freedata(tokey); in xor_dup()508 tokey = NULL; in xor_dup()[all …]
2811 #define COPY_SYS_ATTR(tokey, fromkey) \ in _PySys_InitCore() argument2812 SET_SYS(tokey, PyMapping_GetItemString(sysdict, fromkey)) in _PySys_InitCore()
33 - [`ToKey`](#tokey)