Home
last modified time | relevance | path

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

/third_party/openssl/test/
Dtls-provider.c482 XORKEY *tokey = xor_newdata(NULL); in xor_dup() local
486 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 …]
/third_party/python/Python/
Dsysmodule.c2811 #define COPY_SYS_ATTR(tokey, fromkey) \ in _PySys_InitCore() argument
2812 SET_SYS(tokey, PyMapping_GetItemString(sysdict, fromkey)) in _PySys_InitCore()
/third_party/rust/crates/log/rfcs/
D0296-structured-logging.md33 - [`ToKey`](#tokey)