Home
last modified time | relevance | path

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

/openssl/test/
H A Dtls-provider.c863 static int xor_recreate(const unsigned char *kd1, const unsigned char *kd2) { in xor_recreate() function
888 ok = ok & xor_recreate(key1->privkey, key2->pubkey); in xor_match()
891 ok = ok & xor_recreate(key2->privkey, key1->pubkey); in xor_match()
902 ok = ok & xor_recreate(key1->pubkey, key2->privkey); in xor_match()
905 ok = ok & xor_recreate(key2->pubkey, key1->privkey); in xor_match()

Completed in 13 milliseconds