Searched refs:fromkey (Results 1 - 3 of 3) sorted by relevance
/third_party/openssl/test/ |
H A D | tls-provider.c | 485 const XORKEY *fromkey = vfromkey; in xor_dup() local 488 if (tokey != NULL && fromkey != NULL) { in xor_dup() 492 if (fromkey->haspubkey) { in xor_dup() 493 memcpy(tokey->pubkey, fromkey->pubkey, XOR_KEY_SIZE); in xor_dup() 500 if (fromkey->hasprivkey) { in xor_dup() 501 memcpy(tokey->privkey, fromkey->privkey, XOR_KEY_SIZE); in xor_dup()
|
H A D | evp_extra_test2.c | 284 EVP_PKEY *fromkey = NULL, *fromkeypair = NULL; in do_pkey_tofrom_data_select() local 310 || !TEST_int_eq(EVP_PKEY_fromdata(fromctx, &fromkey, EVP_PKEY_PUBLIC_KEY, in do_pkey_tofrom_data_select() 312 || !TEST_false(pkey_has_private(fromkey, privtag, use_octstring))) in do_pkey_tofrom_data_select() 325 EVP_PKEY_free(fromkey); in do_pkey_tofrom_data_select()
|
/third_party/python/Python/ |
H A D | sysmodule.c | 2889 #define COPY_SYS_ATTR(tokey, fromkey) \ in _PySys_InitCore() 2890 SET_SYS(tokey, PyMapping_GetItemString(sysdict, fromkey)) in _PySys_InitCore()
|
Completed in 8 milliseconds