Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dtls-provider.c343 void *genctx = NULL, *derivectx = NULL; in xor_encapsulate() local
372 derivectx = xor_newctx(pxorctx->provctx); in xor_encapsulate()
373 if (derivectx == NULL in xor_encapsulate()
374 || !xor_init(derivectx, ourkey, NULL) in xor_encapsulate()
375 || !xor_set_peer(derivectx, pxorctx->key) in xor_encapsulate()
376 || !xor_derive(derivectx, ss, sslen, XOR_KEY_SIZE)) in xor_encapsulate()
384 xor_freectx(derivectx); in xor_encapsulate()
399 void *derivectx = NULL; in xor_decapsulate() local
419 derivectx = xor_newctx(pxorctx->provctx); in xor_decapsulate()
420 if (derivectx in xor_decapsulate()
[all...]

Completed in 3 milliseconds