Home
last modified time | relevance | path

Searched refs:key_proof (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/
Dtspi_daa.c193 KEY_PAIR_WITH_PROOF_internal *key_proof;
208 &key_proof);
213key_proof->proof->length_challenge, key_proof->proof->length_response);
215 *publicKeyProof = i_2_e_TSS_DAA_PK_PROOF( key_proof->proof, &tss_alloc, hContext);
223 tss_daa_key_pair->private_key = i_2_e_TSS_DAA_PRIVATE_KEY( key_proof->private_key,
226 tss_daa_key_pair->public_key = i_2_e_TSS_DAA_PK( key_proof->pk,
244 KEY_PAIR_WITH_PROOF_internal *key_proof; in Tspi_DAA_Issuer_GenerateKey() local
260 … issuerBaseNameLength, issuerBaseName, &key_proof))) in Tspi_DAA_Issuer_GenerateKey()
265 key_proof->proof->length_challenge, key_proof->proof->length_response); in Tspi_DAA_Issuer_GenerateKey()
268 *publicKeyProof = i_2_e_TSS_DAA_PK_PROOF( key_proof->proof, &tss_alloc, tspContext); in Tspi_DAA_Issuer_GenerateKey()
[all …]