Home
last modified time | relevance | path

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

/openssl-master/test/
A Dtls-provider.c234 if (pxorctx == NULL) in xor_newctx()
237 pxorctx->provctx = provctx; in xor_newctx()
239 return pxorctx; in xor_newctx()
249 pxorctx->key = vkey; in xor_init()
259 pxorctx->peerkey = vpeerkey; in xor_set_peer()
269 if (pxorctx->key == NULL || pxorctx->peerkey == NULL) in xor_derive()
280 secret[i] = pxorctx->key->privkey[i] ^ pxorctx->peerkey->pubkey[i]; in xor_derive()
285 static void xor_freectx(void *pxorctx) in xor_freectx() argument
287 OPENSSL_free(pxorctx); in xor_freectx()
343 PROV_XOR_CTX *pxorctx = vpxorctx; in xor_encapsulate() local
[all …]

Completed in 5 milliseconds