OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eccKey
(Results
1 - 4
of
4
) sorted by null
/external/tpm2/
ECDH_ZGen.c
28
OBJECT *
eccKey
;
32
eccKey
= ObjectGet(in->keyHandle);
35
if(
eccKey
->publicArea.type != TPM_ALG_ECC)
38
if(
eccKey
->publicArea.objectAttributes.restricted == SET
39
||
eccKey
->publicArea.objectAttributes.decrypt != SET
44
if(
eccKey
->publicArea.parameters.eccDetail.scheme.scheme != TPM_ALG_ECDH
45
&&
eccKey
->publicArea.parameters.eccDetail.scheme.scheme != TPM_ALG_NULL)
52
eccKey
->publicArea.parameters.eccDetail.curveID,
53
&
eccKey
->sensitive.sensitive.ecc,
ZGen_2Phase.c
29
OBJECT *
eccKey
;
35
eccKey
= ObjectGet(in->keyA);
38
if(
eccKey
->publicArea.type != TPM_ALG_ECC)
42
if(
eccKey
->publicArea.objectAttributes.restricted == SET
43
||
eccKey
->publicArea.objectAttributes.decrypt != SET
49
scheme =
eccKey
->publicArea.parameters.asymDetail.scheme.scheme;
61
if(!CryptEccIsPointOnCurve(
eccKey
->publicArea.parameters.eccDetail.curveID,
65
if(!CryptEccIsPointOnCurve(
eccKey
->publicArea.parameters.eccDetail.curveID,
71
eccKey
->publicArea.parameters.eccDetail.curveID,
79
eccKey
->publicArea.parameters.eccDetail.curveID
[
all
...]
ECDH_KeyGen.c
24
OBJECT *
eccKey
;
30
eccKey
= ObjectGet(in->keyHandle);
33
if(
eccKey
->publicArea.type != TPM_ALG_ECC)
36
if(
eccKey
->publicArea.objectAttributes.restricted == SET
37
||
eccKey
->publicArea.objectAttributes.decrypt != SET
45
CryptNewEccKey(
eccKey
->publicArea.parameters.eccDetail.curveID,
53
eccKey
->publicArea.parameters.eccDetail.curveID,
54
&sensitive, &
eccKey
->publicArea.unique.ecc);
Commit.c
30
OBJECT *
eccKey
;
41
eccKey
= ObjectGet(in->signHandle);
42
parms = &
eccKey
->publicArea.parameters.eccDetail;
45
if(
eccKey
->publicArea.type != TPM_ALG_ECC)
72
if(!CryptGenerateR(&r, NULL, parms->curveID, &
eccKey
->name))
85
P2.x.t.size = CryptHashBlock(
eccKey
->publicArea.nameAlg,
103
if(
eccKey
->attributes.publicOnly == SET)
127
&
eccKey
->sensitive.sensitive.ecc,
Completed in 157 milliseconds