OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:suiteid
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/providers/implementations/kem/
ec_kem.c
345
uint8_t
suiteid
[2];
local
353
suiteid
[0] = (kemid >> 8) & 0xff;
354
suiteid
[1] = kemid & 0xff;
357
NULL, 0, LABEL_KEM,
suiteid
, sizeof(
suiteid
),
360
LABEL_KEM,
suiteid
, sizeof(
suiteid
),
387
uint8_t
suiteid
[2];
local
416
suiteid
[0] = info->kem_id / 256;
417
suiteid
[1] = info->kem_id % 256
[
all
...]
ecx_kem.c
302
uint8_t
suiteid
[2];
local
310
suiteid
[0] = (kemid >> 8) & 0xff;
311
suiteid
[1] = kemid & 0xff;
314
NULL, 0, LABEL_KEM,
suiteid
, sizeof(
suiteid
),
317
LABEL_KEM,
suiteid
, sizeof(
suiteid
),
345
uint8_t
suiteid
[2];
local
360
suiteid
[0] = info->kem_id / 256;
361
suiteid
[1] = info->kem_id % 256
[
all
...]
Completed in 23 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026