Searched refs:tokey (Results 1 – 1 of 1) sorted by relevance
756 XORKEY *tokey = xor_newkey(NULL); in xor_dup() local760 if (tokey != NULL && fromkey != NULL) { in xor_dup()765 memcpy(tokey->pubkey, fromkey->pubkey, XOR_KEY_SIZE); in xor_dup()766 tokey->haspubkey = 1; in xor_dup()768 tokey->haspubkey = 0; in xor_dup()774 tokey->hasprivkey = 1; in xor_dup()776 tokey->hasprivkey = 0; in xor_dup()780 tokey->tls_name = OPENSSL_strdup(fromkey->tls_name); in xor_dup()783 xor_freekey(tokey); in xor_dup()784 tokey = NULL; in xor_dup()[all …]
Completed in 22 milliseconds