| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/daa/ |
| D | daa_debug.c | 13 save_DAA_PK_PROOF_internal( file, key_pair_with_proof->proof); in save_KEY_PAIR_WITH_PROOF() 26 key_pair_with_proof->proof = load_DAA_PK_PROOF_internal(file); in load_KEY_PAIR_WITH_PROOF() 98 save_DAA_PK_PROOF_internal(FILE *file, TSS_DAA_PK_PROOF_internal *proof) in save_DAA_PK_PROOF_internal() argument 105 fprintf(file, "%d # %s.length\n", proof->length_challenge, "challenge"); in save_DAA_PK_PROOF_internal() 106 fprintf(file, "%s\n", dump_byte_array( proof->length_challenge, in save_DAA_PK_PROOF_internal() 107 proof->challenge)); in save_DAA_PK_PROOF_internal() 108 fprintf(file, "%d # %s.length\n", proof->length_response, "response"); in save_DAA_PK_PROOF_internal() 109 for (i = 0; i < proof->length_response; i++) { in save_DAA_PK_PROOF_internal() 110 BI_SAVE_ARRAY( proof->response[i], file); in save_DAA_PK_PROOF_internal() 123 TSS_DAA_PK_PROOF_internal *proof = in load_DAA_PK_PROOF_internal() local [all …]
|
| D | daa_structs.c | 363 save_DAA_PK_PROOF_internal( file, key_pair_with_proof->proof); 376 key_pair_with_proof->proof = load_DAA_PK_PROOF_internal(file); 942 save_DAA_PK_PROOF_internal(FILE *file, TSS_DAA_PK_PROOF_internal *proof) 949 fprintf(file, "%d # %s.length\n", proof->length_challenge, "challenge"); 950 fprintf(file, "%s\n", dump_byte_array( proof->length_challenge, 951 proof->challenge)); 952 fprintf(file, "%d # %s.length\n", proof->length_response, "response"); 953 for (i = 0; i < proof->length_response; i++) { 954 BI_SAVE_ARRAY( proof->response[i], file); 967 TSS_DAA_PK_PROOF_internal *proof = [all …]
|
| D | daa_debug.h | 9 TSS_DAA_PK_PROOF_internal *proof; member
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/trspi/ |
| D | trousers.c | 1023 Trspi_UnloadBlob_IDENTITY_PROOF(UINT64 *offset, BYTE *blob, TCPA_IDENTITY_PROOF *proof) in Trspi_UnloadBlob_IDENTITY_PROOF() argument 1027 if (!proof) { in Trspi_UnloadBlob_IDENTITY_PROOF() 1050 memset(proof, 0, sizeof(TCPA_IDENTITY_PROOF)); in Trspi_UnloadBlob_IDENTITY_PROOF() 1052 Trspi_UnloadBlob_VERSION(offset, blob, (TCPA_VERSION *)&proof->ver); in Trspi_UnloadBlob_IDENTITY_PROOF() 1053 Trspi_UnloadBlob_UINT32(offset, &proof->labelSize, blob); in Trspi_UnloadBlob_IDENTITY_PROOF() 1054 Trspi_UnloadBlob_UINT32(offset, &proof->identityBindingSize, blob); in Trspi_UnloadBlob_IDENTITY_PROOF() 1055 Trspi_UnloadBlob_UINT32(offset, &proof->endorsementSize, blob); in Trspi_UnloadBlob_IDENTITY_PROOF() 1056 Trspi_UnloadBlob_UINT32(offset, &proof->platformSize, blob); in Trspi_UnloadBlob_IDENTITY_PROOF() 1057 Trspi_UnloadBlob_UINT32(offset, &proof->conformanceSize, blob); in Trspi_UnloadBlob_IDENTITY_PROOF() 1060 &proof->identityKey))) { in Trspi_UnloadBlob_IDENTITY_PROOF() [all …]
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/ |
| D | key_correctness_proof.c | 165 TSS_DAA_PK_PROOF_internal *proof, in is_pk_correct() argument 340 … i, j, test_bit( j, proof->challenge, proof->length_challenge)); in is_pk_correct() 344 proof->response[i]->array[j], n); in is_pk_correct() 345 if( test_bit( j, proof->challenge, proof->length_challenge)) { in is_pk_correct() 364 DUMP_BI( proof->response[i]->array[j]); in is_pk_correct() 380 dump_byte_array( proof->length_challenge, proof->challenge)); in is_pk_correct() 381 if( length_challenge != proof->length_challenge) { in is_pk_correct() 386 if( verifiable_challenge[i] != proof->challenge[i]) { in is_pk_correct() 391 *isCorrect = ( memcmp( verifiable_challenge, proof->challenge, length_challenge) == 0); in is_pk_correct()
|
| D | key_verification.c | 141 isCorrect( hDAA, key_pair_with_proof->pk, key_pair_with_proof->proof); in main()
|
| D | issuer_setup.c | 138 key_pair_with_proof->proof = public_keyproof_internal; in main()
|
| D | keypair_generator.c | 321 (*key_pair_with_proof)->proof = correctness_proof; in generate_key_pair()
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/ |
| D | tspi_daa.c | 213 … key_proof->proof->length_challenge, key_proof->proof->length_response); 215 *publicKeyProof = i_2_e_TSS_DAA_PK_PROOF( key_proof->proof, &tss_alloc, hContext); 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()
|
| /netbsd/src/crypto/dist/ipsec-tools/src/racoon/rfc/ |
| D | rfc3706.txt | 162 must send a HELLO to the other. This HELLO serves as proof of 166 using the peer's ACK as proof of liveliness. Receipt of either a 191 Receives ACK as proof of 237 By contrast, consider a proof-of-liveliness scheme involving 252 Receives HELLO as proof of A's 257 Receives HELLO as proof 308 request proof of liveliness when it needs it -- not at mandated 315 proof of liveliness. The IPSec traffic itself serves as the proof of 325 proof of liveliness. Peer A, for example, may require rapid 474 two peers, either peer SHOULD use this traffic as proof of [all …]
|
| D | rfc2408.txt | 543 domain. A client's proof that it holds its secret key provides 608 provides proof it has the secret session key before the end of the 2870 provide shared proof of participation in the exchange. 2877 used by the authentication mechanism to provide shared proof of 2958 authentication mechanism to provide shared proof of participation in 3018 provide shared proof of participation in the exchange. 3033 used by the authentication mechanism to provide shared proof of 3114 be used by the authentication mechanism to provide shared proof of 3124 authentication mechanism to provide shared proof of participation in
|
| D | rfc2409.txt | 443 initiator and provides a proof of participation in the exchange. The 691 exchange. There is no proof (as with a digital signature) that the 974 liveliness proof. HASH(3)-- for liveliness-- is the prf over the
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/ntlm/ |
| D | ntlm_err.et | 56 error_code INVALID_PROOF, "Invalid SCRAM proof"
|
| /netbsd/src/share/dict/ |
| D | web2a | 293 actor-proof 4840 beauty-proof 13108 collision-proof 13589 conscience-proof 15391 cyclone-proof 16617 dictionary-proof 16656 die proof 18776 earthquake-proof 19293 error-proof 19492 evidence-proof [all …]
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/ |
| D | test_join.c | 212 issuer->pk_proof = key_pair_with_proof->proof; in initIssuer()
|
| /netbsd/src/crypto/external/cpl/trousers/dist/src/include/trousers/ |
| D | trousers.h | 57 TSS_RESULT Trspi_UnloadBlob_IDENTITY_PROOF(UINT64 *offset, BYTE *blob, TCPA_IDENTITY_PROOF *proof);
|
| /netbsd/src/external/bsd/file/dist/magic/magdir/ |
| D | jpeg | 28 # tests are not fool-proof since some perfectly valid JPEGs are currently
|
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | PROTOCOL.u2f | 145 hardware-backed. Unfortunately, the protocol required for this proof is
|
| /netbsd/src/external/bsd/nvi/dist/cl/ |
| D | README.signal | 133 it: proof that drug testing is not making any significant headway in the
|
| /netbsd/src/external/ibm-public/postfix/dist/ |
| D | RELEASE_NOTES-3.9 | 46 More unit tests to make Postfix future-proof. Wietse is now looking
|
| /netbsd/src/external/public-domain/xz/dist/ |
| D | README | 205 proof-read and test the translation.
|
| /netbsd/src/share/misc/ |
| D | acronyms | 467 POC proof of concept
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | analyzer.texi | 428 Although the analyzer's test suite has a proof-of-concept test case for
|
| /netbsd/src/games/fortune/datfiles/ |
| D | fortunes-o.real | 57 Acceptance without proof is the fundamental characteristic of Western 58 religion, Rejection without proof is the fundamental characteristic of 421 version of "Star Wars" can be built, consider the following proof
|
| /netbsd/src/external/bsd/cron/dist/ |
| D | MAIL | 370 the occasional script that you don't want to bullet-proof.
|