OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:symKey
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tspi/
tspi_aik.c
69
TCPA_SYMMETRIC_KEY
symKey
;
110
symKey
.algId = TCPA_ALG_AES;
111
symKey
.size = 128/8;
115
symKey
.algId = TCPA_ALG_DES;
116
symKey
.size = 64/8;
120
symKey
.algId = TCPA_ALG_3DES;
121
symKey
.size = 192/8;
347
if ((result = get_local_random(tspContext, TRUE,
symKey
.size, &
symKey
.data)))
351
symKey
.encScheme = TCPA_ES_NONE
[
all
...]
/src/crypto/external/cpl/tpm-tools/dist/lib/
tpm_unseal.c
83
BYTE *
symKey
;
395
&
symKey
)) != TSS_SUCCESS) {
412
EVP_DecryptInit(ctx, EVP_aes_256_cbc(),
symKey
, (unsigned char *)TPMSEAL_IV);
Completed in 25 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026