OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ourkey
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssl/dist/test/
tls-provider.c
348
XORKEY *
ourkey
= NULL;
local
367
ourkey
= xor_gen(genctx, NULL, NULL);
368
if (
ourkey
== NULL)
372
memcpy(ct,
ourkey
->pubkey, XOR_KEY_SIZE);
378
|| !xor_init(derivectx,
ourkey
, NULL)
387
xor_freedata(
ourkey
);
/src/crypto/external/apache2/openssl/dist/test/
tls-provider.c
574
XORKEY *
ourkey
= NULL;
local
593
ourkey
= xor_gen(genctx, NULL, NULL);
594
if (
ourkey
== NULL)
598
memcpy(ct,
ourkey
->pubkey, XOR_KEY_SIZE);
604
|| !xor_init(derivectx,
ourkey
, NULL)
613
xor_freekey(
ourkey
);
Completed in 56 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026