Home
last modified time | relevance | path

Searched refs:tokey (Results 1 - 2 of 2) sorted by relevance

/third_party/openssl/test/
H A Dtls-provider.c484 XORKEY *tokey = xor_newdata(NULL); in xor_dup() local
488 if (tokey != NULL && fromkey != NULL) { in xor_dup()
493 memcpy(tokey->pubkey, fromkey->pubkey, XOR_KEY_SIZE); in xor_dup()
494 tokey->haspubkey = 1; in xor_dup()
496 tokey->haspubkey = 0; in xor_dup()
501 memcpy(tokey->privkey, fromkey->privkey, XOR_KEY_SIZE); in xor_dup()
502 tokey->hasprivkey = 1; in xor_dup()
504 tokey->hasprivkey = 0; in xor_dup()
509 xor_freedata(tokey); in xor_dup()
510 tokey in xor_dup()
[all...]
/third_party/python/Python/
H A Dsysmodule.c2889 #define COPY_SYS_ATTR(tokey, fromkey) \ in _PySys_InitCore()
2890 SET_SYS(tokey, PyMapping_GetItemString(sysdict, fromkey)) in _PySys_InitCore()

Completed in 8 milliseconds