Home
last modified time | relevance | path

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

/openssl/test/
H A Dtls-provider.c756 XORKEY *tokey = xor_newkey(NULL); in xor_dup() local
760 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 16 milliseconds