Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dtls-provider.c234 PROV_XOR_CTX *pxorctx = OPENSSL_zalloc(sizeof(PROV_XOR_CTX)); in xor_newctx() local
236 if (pxorctx == NULL) in xor_newctx()
239 pxorctx->provctx = provctx; in xor_newctx()
241 return pxorctx; in xor_newctx()
247 PROV_XOR_CTX *pxorctx = (PROV_XOR_CTX *)vpxorctx; in xor_init() local
249 if (pxorctx == NULL || vkey == NULL) in xor_init()
251 pxorctx->key = vkey; in xor_init()
257 PROV_XOR_CTX *pxorctx = (PROV_XOR_CTX *)vpxorctx; in xor_set_peer() local
259 if (pxorctx == NULL || vpeerkey == NULL) in xor_set_peer()
261 pxorctx in xor_set_peer()
268 PROV_XOR_CTX *pxorctx = (PROV_XOR_CTX *)vpxorctx; xor_derive() local
287 xor_freectx(void *pxorctx) xor_freectx() argument
345 PROV_XOR_CTX *pxorctx = vpxorctx; xor_encapsulate() local
401 PROV_XOR_CTX *pxorctx = vpxorctx; xor_decapsulate() local
[all...]

Completed in 2 milliseconds