OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pk_proof
(Results
1 - 6
of
6
) sorted by relevancy
/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/
key_verification.c
39
TSS_DAA_PK_PROOF *
pk_proof
;
local
42
pk_proof
= i_2_e_TSS_DAA_PK_PROOF( proof_internal,
47
pk_proof
,
key_verification.c
39
TSS_DAA_PK_PROOF *
pk_proof
;
local
42
pk_proof
= i_2_e_TSS_DAA_PK_PROOF( proof_internal,
47
pk_proof
,
/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/
test_join.c
47
TSS_DAA_PK_PROOF_internal *
pk_proof
;
member in struct:tdIssuer
212
issuer->
pk_proof
= key_pair_with_proof->proof;
test_join.c
47
TSS_DAA_PK_PROOF_internal *
pk_proof
;
member in struct:tdIssuer
212
issuer->
pk_proof
= key_pair_with_proof->proof;
/src/crypto/external/cpl/trousers/dist/src/tspi/daa/
daa_structs.c
927
TSS_DAA_PK_PROOF_internal *
pk_proof
;
local
932
pk_proof
= (TSS_DAA_PK_PROOF_internal *)malloc( sizeof(TSS_DAA_PK_PROOF_internal));
933
pk_proof
->challenge = challenge;
934
pk_proof
->length_challenge = length_challenge;
935
pk_proof
->response = response;
936
pk_proof
->length_response = length_response;
937
return
pk_proof
;
993
TSS_DAA_PK_PROOF *
pk_proof
=
local
999
init_tss_version(
pk_proof
);
1001
pk_proof
->challengeLength = pk_internal_proof->length_challenge
[
all
...]
daa_structs.c
927
TSS_DAA_PK_PROOF_internal *
pk_proof
;
local
932
pk_proof
= (TSS_DAA_PK_PROOF_internal *)malloc( sizeof(TSS_DAA_PK_PROOF_internal));
933
pk_proof
->challenge = challenge;
934
pk_proof
->length_challenge = length_challenge;
935
pk_proof
->response = response;
936
pk_proof
->length_response = length_response;
937
return
pk_proof
;
993
TSS_DAA_PK_PROOF *
pk_proof
=
local
999
init_tss_version(
pk_proof
);
1001
pk_proof
->challengeLength = pk_internal_proof->length_challenge
[
all
...]
Completed in 47 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026