Home
last modified time | relevance | path

Searched refs:ourkey (Results 1 - 1 of 1) sorted by relevance

/third_party/openssl/test/
H A Dtls-provider.c344 XORKEY *ourkey = NULL; in xor_encapsulate() local
363 ourkey = xor_gen(genctx, NULL, NULL); in xor_encapsulate()
364 if (ourkey == NULL) in xor_encapsulate()
368 memcpy(ct, ourkey->pubkey, XOR_KEY_SIZE); in xor_encapsulate()
374 || !xor_init(derivectx, ourkey, NULL) in xor_encapsulate()
383 xor_freedata(ourkey); in xor_encapsulate()

Completed in 2 milliseconds