/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/ |
H A D | tcsi_daa.c | 56 LogDebug("load BYTE: stage: %x", stage); in TCSP_DaaJoin_internal() 59 LogDebug("load UNIT32: inputSize0: %x (oldOffset=%" PRIu64 ")", inputSize0, offset); in TCSP_DaaJoin_internal() 61 LogDebug("load Data: inputData0: %X (oldOffset=%" PRIu64 ")", (int)inputData0, offset); in TCSP_DaaJoin_internal() 63 LogDebug("load UINT32: inputSize1:%x (oldOffset=%" PRIu64 ")", inputSize1, offset); in TCSP_DaaJoin_internal() 66 LogDebug("load Data: inputData1: %X (oldOffset=%" PRIu64 ")", (int)inputData1, offset); in TCSP_DaaJoin_internal() 69 LogDebug("load Auth: ownerAuth: %X (oldOffset=%" PRIu64 ")", (int)ownerAuth, offset); in TCSP_DaaJoin_internal() 72 LogDebug("load Header: ordinal: %X (oldOffset=%" PRIu64 ")", TPM_ORD_DAA_Join, offset); in TCSP_DaaJoin_internal() 80 LogDebug("req_mgr_submit_req (oldOffset=%" PRIu64 ")", offset); in TCSP_DaaJoin_internal() 85 LogDebug("UnloadBlob (paramSize=%d) result=%d", paramSize, result); in TCSP_DaaJoin_internal() 90 LogDebug("Unload outputSize=%d", *outputSize); in TCSP_DaaJoin_internal() [all …]
|
H A D | tcsi_nv.c | 54 LogDebug("req_mgr_submit_req (oldOffset=%" PRIu64 ")", offset); in TCSP_NV_DefineOrReleaseSpace_Internal() 59 LogDebug("UnloadBlob (paramSize=%u) result=%u", paramSize, result); in TCSP_NV_DefineOrReleaseSpace_Internal() 64 LogDebug("Leaving DefineSpace with result:%u", result); in TCSP_NV_DefineOrReleaseSpace_Internal() 94 LogDebug("req_mgr_submit_req (oldOffset=%" PRIu64 ")", off_set); in TCSP_NV_WriteValue_Internal() 99 LogDebug("UnloadBlob (paramSize=%u) result=%u", paramSize, result); in TCSP_NV_WriteValue_Internal() 104 LogDebug("Leaving NVWriteValue with result:%u", result); in TCSP_NV_WriteValue_Internal() 132 LogDebug("req_mgr_submit_req (oldOffset=%" PRIu64 ")", off_set); in TCSP_NV_WriteValueAuth_Internal() 137 LogDebug("UnloadBlob (paramSize=%u) result=%u", paramSize, result); in TCSP_NV_WriteValueAuth_Internal() 142 LogDebug("Leaving NVWriteValueAuth with result:%u", result); in TCSP_NV_WriteValueAuth_Internal() 173 LogDebug("req_mgr_submit_req (oldOffset=%" PRIu64 ")", off_set); in TCSP_NV_ReadValue_Internal() [all …]
|
H A D | tcs_auth_mgr.c | 89 LogDebug("Calling TPM_SaveAuthContext for TCS CTX %x. Swapping out: TCS %x " in auth_mgr_save_ctx() 96 LogDebug("TPM_SaveAuthContext failed: 0x%x", result); in auth_mgr_save_ctx() 111 LogDebug("waking up thread %lddd, auth slot has opened", THREAD_ID); in auth_mgr_swap_in() 118 LogDebug("no threads need to be signaled."); in auth_mgr_swap_in() 152 LogDebug("thread %lddd going to sleep until auth slot opens", THREAD_ID); in auth_mgr_swap_out() 183 LogDebug("thread %lddd going to sleep until auth slot opens", THREAD_ID); in auth_mgr_swap_out() 222 LogDebug("Tried to close an invalid auth handle: %x", in auth_mgr_close_context() 225 LogDebug("TPM_TerminateHandle returned %d", result); in auth_mgr_close_context() 233 LogDebug("released auth for TCS %x TPM %x", tcs_handle, in auth_mgr_close_context() 286 LogDebug("Tried to close an invalid auth handle: %x", in auth_mgr_release_auth_handle() [all …]
|
H A D | tcsi_key.c | 186 LogDebug("Entering Create Wrap Key"); in TCSP_CreateWrapKey_Internal() 237 LogDebug("Entering Get pub key"); in TCSP_GetPubKey_Internal() 242 LogDebug("Auth Used"); in TCSP_GetPubKey_Internal() 246 LogDebug("No Auth"); in TCSP_GetPubKey_Internal() 254 LogDebug("GetPubKey: handle: 0x%x, slot: 0x%x", hKey, keySlot); in TCSP_GetPubKey_Internal() 286 LogDebug("Entering OwnerReadInternalPub"); in TCSP_OwnerReadInternalPub_Internal() 290 LogDebug("OwnerReadInternalPub: handle: 0x%x", hKey); in TCSP_OwnerReadInternalPub_Internal() 293 LogDebug("OwnerReadInternalPub - Unsupported Key Handle"); in TCSP_OwnerReadInternalPub_Internal() 336 LogDebug("Invalid TSS Context"); in TCSP_KeyControlOwner_Internal() 341 LogDebug("Can't get TPM Keyhandle for TCS key 0x%x", hTcsKey); in TCSP_KeyControlOwner_Internal() [all …]
|
H A D | tcsi_changeauth.c | 51 LogDebug("Entering Changeauth"); in TCSP_ChangeAuth_Internal() 86 LogDebug("entity type is a key. Check if mem cache needs updating..."); in TCSP_ChangeAuth_Internal() 88 LogDebug("tcsKeyHandle being evicted is %.8X", tcsKeyHandleToEvict); in TCSP_ChangeAuth_Internal() 116 LogDebug("Entering ChangeAuthOwner"); in TCSP_ChangeAuthOwner_Internal() 171 LogDebug("Entering ChangeAuthAsymStart"); in TCSP_ChangeAuthAsymStart_Internal() 176 LogDebug("Auth Command"); in TCSP_ChangeAuthAsymStart_Internal() 180 LogDebug("No Auth"); in TCSP_ChangeAuthAsymStart_Internal() 186 LogDebug("Checking for room to load the eph key"); in TCSP_ChangeAuthAsymStart_Internal() 299 LogDebug("Entering ChangeAuthAsymFinish"); in TCSP_ChangeAuthAsymFinish_Internal() 304 LogDebug("Auth used"); in TCSP_ChangeAuthAsymFinish_Internal() [all …]
|
H A D | tcsi_certify.c | 48 LogDebug("Entering Certify Key"); in TCSP_CertifyKey_Internal() 53 LogDebug("Auth Used for Cert signing key"); in TCSP_CertifyKey_Internal() 57 LogDebug("No Auth used for Cert signing key"); in TCSP_CertifyKey_Internal() 61 LogDebug("Auth Used for Key being signed"); in TCSP_CertifyKey_Internal() 65 LogDebug("No Auth used for Key being signed"); in TCSP_CertifyKey_Internal()
|
H A D | tcsi_admin.c | 38 LogDebug("Entering SetOwnerInstall"); in TCSP_SetOwnerInstall_Internal() 94 LogDebug("Entering DisableownerClear"); in TCSP_DisableOwnerClear_Internal() 126 LogDebug("Entering Force Clear"); in TCSP_ForceClear_Internal() 149 LogDebug("Entering Disable Force Clear"); in TCSP_DisableForceClear_Internal() 202 LogDebug("Entering Physical Disable"); in TCSP_PhysicalDisable_Internal() 226 LogDebug("Entering Physical Enable"); in TCSP_PhysicalEnable_Internal() 251 LogDebug("Entering Physical Set Deactivated"); in TCSP_PhysicalSetDeactivated_Internal() 274 LogDebug("Entering Set Temp Deactivated"); in TCSP_SetTempDeactivated_Internal() 300 LogDebug("Entering Set Temp Deactivated2"); in TCSP_SetTempDeactivated2_Internal() 344 LogDebug("Field Upgrade"); in TCSP_FieldUpgrade_Internal() [all …]
|
H A D | tcsi_selftest.c | 38 LogDebug("Entering Self Test Full"); in TCSP_SelfTestFull_Internal() 67 LogDebug("Entering Certify Self Test"); in TCSP_CertifySelfTest_Internal() 73 LogDebug("Auth Used"); in TCSP_CertifySelfTest_Internal() 77 LogDebug("No Auth"); in TCSP_CertifySelfTest_Internal() 111 LogDebug("Entering Get Test Result"); in TCSP_GetTestResult_Internal()
|
H A D | tcsi_caps.c | 43 LogDebug("Checking Software Cap of TCS"); in internal_TCSGetCap() 46 LogDebug("TSS_TCSCAP_ALG"); in internal_TCSGetCap() 100 LogDebug("TSS_TCSCAP_VERSION"); in internal_TCSGetCap() 110 LogDebug("TSS_TCSCAP_PERSSTORAGE"); in internal_TCSGetCap() 119 LogDebug("TSS_TCSCAP_CACHING"); in internal_TCSGetCap() 180 LogDebug("TSS_TCSCAP_PLATFORM_CLASS"); in internal_TCSGetCap()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ |
H A D | tspi_daa.c | 43 LogDebug("[intern_alloc (%d)] -> %d", (int)size, (int)ret); in tss_alloc() 100 LogDebug("-> TSPI_TPM_DAA_joinInit hDAA=%x hTPM=%x daaCounter=%x issuerPk=%x", 117 LogDebug("TSPI_TPM_DAA_joinInit ALLOC DELTA:%d",mallinfo().uordblks-before); 118 LogDebug("<- TSPI_TPM_DAA_joinInit result=%d", result); 155 LogDebug("TSPI_TPM_DAA_joinInit ALLOC DELTA:%d",mallinfo().uordblks-before); in Tspi_TPM_DAA_JoinInit() 156 LogDebug("<- TSPI_TPM_DAA_joinInit result=%d", result); in Tspi_TPM_DAA_JoinInit() 200 LogDebug( "TSPI_DAA_IssueSetup hDAA=%d ",hDAA); 211 LogDebug("TSPI_DAA_IssueSetup convert internal structure to public allocated using tspi_alloc"); 212 LogDebug("key_proof->proof->length_challenge=%d key_proof->proof->length_response=%d", 233 LogDebug("TSPI_DAA_IssueSetup ALLOC DELTA:%d", mallinfo().uordblks-before); [all …]
|
H A D | tspi_quote2.c | 52 LogDebug("Tspi_TPM_Quote2 Start:"); in Tspi_TPM_Quote2() 74 LogDebug("Internal Verify:"); in Tspi_TPM_Quote2() 79 LogDebug("External Verify:"); in Tspi_TPM_Quote2() 120 LogDebug("Got TCS Response:"); in Tspi_TPM_Quote2() 121 LogDebug(" pcrDataOutSize: %u",pcrDataOutSize); in Tspi_TPM_Quote2() 122 LogDebug(" pcrDataOut:"); in Tspi_TPM_Quote2() 124 LogDebug(" versionInfoSize: %u",*versionInfoSize); in Tspi_TPM_Quote2() 125 LogDebug(" versionInfo:"); in Tspi_TPM_Quote2() 128 LogDebug(" sigSize: %u",sigSize); in Tspi_TPM_Quote2() 129 LogDebug(" sig:"); in Tspi_TPM_Quote2() [all …]
|
H A D | tsp_tcsi_param.c | 50 LogDebug("Found data in %s environment var: %s", PORT_ENV_VAR, raw_port_str); in get_port_from_env() 110 LogDebug("Got no value inside environment var %s.", HOSTNAME_ENV_VAR); in get_hostname_from_env() 118 LogDebug("Environment var %s got value: %s", HOSTNAME_ENV_VAR, tmp_str); in get_hostname_from_env() 147 LogDebug("Hostname %s will be used", *host_str); in get_tcsd_hostname() 166 LogDebug("Hostname %s will be used", *host_str); in get_tcsd_hostname()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/ps/ |
H A D | tspps.c | 186 LogDebug("USER PS: failed to lock file: %s", strerror(errno)); in get_file() 203 LogDebug("USER PS: open of %s failed: %s", file_name, strerror(errno)); in get_file() 210 LogDebug("USER PS: failed to get lock of %s: %s", file_name, strerror(errno)); in get_file() 233 LogDebug("USER PS: failed to unlock file: %s", strerror(errno)); in put_file() 398 LogDebug("lseek: %s", strerror(errno)); in psfile_change_num_keys() 404 LogDebug("read of %zd bytes: %s", sizeof(UINT32), strerror(errno)); in psfile_change_num_keys() 416 LogDebug("lseek: %s", strerror(errno)); in psfile_change_num_keys() 422 LogDebug("%s", __FUNCTION__); in psfile_change_num_keys() 439 LogDebug("lseek: %s", strerror(errno)); in psfile_write_key_header() 445 LogDebug("%s", __FUNCTION__); in psfile_write_key_header() [all …]
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_platform/ |
H A D | platform.c | 66 LogDebug("Tcsip_TPM_DAA_Join(tcsContext=%x,hDAA=%x,join_session=%x, hTPM=%x stage=%d)", in Tcsip_TPM_DAA_Join() 73 LogDebug("obj_tpm_get_policy(hTPM=%X)", hTPM); in Tcsip_TPM_DAA_Join() 76 LogDebug("Trspi_LoadBlob_UINT32(&offset, TPM_ORD_DAA_Join, hashblob)"); in Tcsip_TPM_DAA_Join() 79 LogDebug("Trspi_Hash(TSS_HASH_SHA1, offset, hashblob, digest.digest)"); in Tcsip_TPM_DAA_Join() 82 LogDebug("Trspi_LoadBlob_UINT32(&offset, 0, hashblob)"); in Tcsip_TPM_DAA_Join() 85 LogDebug("Trspi_LoadBlob_UINT32(&offset, inputSize0:%d", inputSize0); in Tcsip_TPM_DAA_Join() 90 LogDebug("Trspi_LoadBlob_UINT32(&offset, inputSize1:%d", inputSize1); in Tcsip_TPM_DAA_Join() 98 LogDebug("secret_PerformAuth_OIAP(hTPM, TPM_ORD_DAA_Join ret=%d", result); in Tcsip_TPM_DAA_Join() 99 LogDebug("TCSP_DAAJoin(%x,%x,stage=%x,%x,%x,%x,%x,%x)\n", in Tcsip_TPM_DAA_Join() 126 LogDebug("TCSP_DAAJoin stage=%d outputSize=%d outputData=%x RESULT=%d", in Tcsip_TPM_DAA_Join() [all …]
|
H A D | test_join.c | 55 LogDebug("allocate tspi memory:%d", (int)result); in alloc() 87 LogDebug("Sign rsa-> with message (length=%d)", current_len_message); in sign() 94 LogDebug("Sign rsa-> signature (length=%d)", *len_signature ); in sign() 137 LogDebug("modulus=%s\n", dump_byte_array(256, modulus)); in init_key_chain() 138 LogDebug("signature=%s\n", dump_byte_array(256, signature)); in init_key_chain() 142 LogDebug("bi=%s", bi_2_hex_char( bi)); in init_key_chain() 153 LogDebug("Sign rsa->n (length=%d) with signature (length=%d,\ in init_key_chain() 162 LogDebug("message=%s\n", dump_byte_array(256, message)); in init_key_chain() 163 LogDebug("signature=%s\n",dump_byte_array(256, signature)); in init_key_chain() 187 LogDebug("Loading issuer info (keypair & proof) -> \'%s\'", filename); in initIssuer() [all …]
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/trspi/crypto/openssl/ |
H A D | symmetric.c | 150 LogDebug("XXX Make sure this is really PKCS5 padded"); in get_openssl_cipher() 158 LogDebug("XXX AES128 in CTR mode unsupp by openssl EVP"); in get_openssl_cipher() 160 LogDebug("Invalid mode in doing symmetric encryption"); in get_openssl_cipher() 170 LogDebug("XXX Make sure this is really PKCS5 padded"); in get_openssl_cipher() 178 LogDebug("XXX DES in CTR mode unsupp by openssl EVP"); in get_openssl_cipher() 180 LogDebug("Invalid mode in doing symmetric encryption"); in get_openssl_cipher() 190 LogDebug("XXX Make sure this is really PKCS5 padded"); in get_openssl_cipher() 198 LogDebug("XXX 3DES in CTR mode unsupp by openssl EVP"); in get_openssl_cipher() 200 LogDebug("Invalid mode in doing symmetric encryption"); in get_openssl_cipher() 210 LogDebug("XXX Make sure this is really PKCS5 padded"); in get_openssl_cipher() [all …]
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/ |
H A D | rpc_daa.c | 53 LogDebug("getData 2 (stage=%d)", (int)stage); in tcs_wrap_DaaJoin() 57 LogDebug("getData 3 inputSize0=%d", inputSize0); in tcs_wrap_DaaJoin() 65 LogDebug("getData 4 inputData0"); in tcs_wrap_DaaJoin() 71 LogDebug("getData 5"); in tcs_wrap_DaaJoin() 76 LogDebug("getData 5 inputSize1=%d", inputSize1); in tcs_wrap_DaaJoin() 86 LogDebug("getData 6 inputData1"); in tcs_wrap_DaaJoin() 94 LogDebug("getData 7"); in tcs_wrap_DaaJoin() 163 LogDebug("getData 3 inputSize0=%d", inputSize0); in tcs_wrap_DaaSign() 171 LogDebug("getData 4 inputData0"); in tcs_wrap_DaaSign() 177 LogDebug("getData 5"); in tcs_wrap_DaaSign() [all …]
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_verifier/ |
H A D | verifier_transaction.c | 112 LogDebug("project_into_group_gamma: rho [%ld]:%s", in project_into_group_gamma() 114 LogDebug("project_into_group_gamma: base[%ld]:%s", in project_into_group_gamma() 116 LogDebug("project_into_group_gamma: exponent [%ld]:%s", in project_into_group_gamma() 118 LogDebug("project_into_group_gamma: capitalGamma[%ld]:%s", in project_into_group_gamma() 122 LogDebug("project_into_group_gamma: result:%s", bi_2_hex_char( zeta)); in project_into_group_gamma() 132 LogDebug("compute_zeta: %d [%s] pk:%x", nameLength, name, (int)issuer_pk); in compute_zeta() 140 LogDebug("base: %ld [%s]", bi_nbin_size( base), bi_2_hex_char( base)); in compute_zeta() 145 LogDebug("return zeta:%s\n", bi_2_hex_char( result)); in compute_zeta() 217 LogDebug("[update] %s:%s", name, dump_byte_array( length, buffer)); in update() 249 LogDebug("issuer_pk basename[%d]:%s", in compute_sign_challenge_host() [all …]
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/daa_issuer/ |
H A D | issue_credential.c | 125 LogDebug("PK(0).n=%s", dump_byte_array( TPM_DAA_SIZE_issuerModulus, modulus_N0_bytes)); in verify_authentificity() 126 LogDebug("digestN0h=%s", dump_byte_array( digest_n0Length, digest_n0)); in verify_authentificity() 127 LogDebug("UPrime=%s", dump_byte_array( TPM_DAA_SIZE_issuerModulus, capitalUPrime_bytes)); in verify_authentificity() 128 LogDebug("daaCount=%4x", daaCount); in verify_authentificity() 130 …LogDebug("contextHash[%d]=%s", contextHashLength, dump_byte_array( contextHashLength, contextHash)… in verify_authentificity() 154 LogDebug("verify_authenticity Done:%s", in verify_authentificity() 188 LogDebug( "issuerPk: %s", dump_byte_array( encoded_pkLength, encoded_pk)); in compute_join_challenge_issuer() 191 LogDebug( "vPrimePrime: %s", in compute_join_challenge_issuer() 202 LogDebug( "capitalA: %s", dump_byte_array( DAA_PARAM_SIZE_RSA_MODULUS / 8, byte_array)); in compute_join_challenge_issuer() 205 LogDebug( "capital_Atilde: %s", in compute_join_challenge_issuer() [all …]
|
H A D | keypair_generator.c | 129 LogDebug("Step 1 of 8 - compute modulus n (please wait: long process)\n"); in generate_key_pair() 148 LogDebug("."); in generate_key_pair() 174 LogDebug("p=%s", bi_2_hex_char(p)); in generate_key_pair() 175 LogDebug("q=%s", bi_2_hex_char(q)); in generate_key_pair() 176 LogDebug("n=%s", bi_2_hex_char(n)); in generate_key_pair() 179 LogDebug("Step 2 - choose random generator of QR_n"); in generate_key_pair() 182 LogDebug("capital_s=%s", bi_2_hex_char(capital_s)); in generate_key_pair() 185 LogDebug("Step 3 & 4 - compute group elements"); in generate_key_pair() 191 LogDebug("product_PQprime=%s [%ld]", bi_2_hex_char(product_PQprime), in generate_key_pair() 237 LogDebug("Step 6"); in generate_key_pair() [all …]
|
H A D | key_correctness_proof.c | 70 LogDebug("-> toByteArray <%d> %s",(int)bi, logMsg); in toByteArray() 71 LogDebug("lenghts <%d|%d>",length, (int)bi_nbin_size(bi)); in toByteArray() 73 LogDebug("<- toByteArray result=%s [<%d|%d>] ", in toByteArray() 116 LogDebug("capitalZ capitalR0 capitalY"); in generateMessageDigest() 127 LogDebug("capitalRReceiver"); in generateMessageDigest() 133 LogDebug("capitalRIssuer"); in generateMessageDigest() 140 LogDebug("commitments"); in generateMessageDigest() 203 LogDebug("STEP 1 ( Tspi_DAA_IssuerKeyVerification spec.)"); in is_pk_correct() 245 LogDebug("STEP 2 check whether all public key parameters have the required length"); in is_pk_correct() 323 LogDebug("STEP 3 - compute verification commitments"); in is_pk_correct() [all …]
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/daa/ |
H A D | daa_structs.c | 94 LogDebug( "[store_bi] host_length:%d network_length:%d[address:%d]\n", in store_bi() 104 LogDebug( "[get_bi] %d [address:%d -> |%2x|%2x| ]\n", in get_bi() 309 LogDebug("-> e_2_i_TSS_DAA_PRIVATE_KEY"); in e_2_i_TSS_DAA_PRIVATE_KEY() 316 LogDebug("<- e_2_i_TSS_DAA_PRIVATE_KEY"); in e_2_i_TSS_DAA_PRIVATE_KEY() 327 LogDebug("-> i_2_e_TSS_DAA_PRIVATE_KEY"); in i_2_e_TSS_DAA_PRIVATE_KEY() 345 LogDebug("<- i_2_e_TSS_DAA_PRIVATE_KEY"); in i_2_e_TSS_DAA_PRIVATE_KEY() 389 LogDebug("-> i_2_e_KEY_PAIR_WITH_PROOF"); in get_TSS_DAA_KEY_PAIR() 397 LogDebug("<- i_2_e_KEY_PAIR_WITH_PROOF"); in get_TSS_DAA_KEY_PAIR() 457 LogDebug("-> create_DAA_PK"); in create_DAA_PK() 475 LogDebug("<- create_DAA_PK"); in create_DAA_PK() [all …]
|
H A D | test_sign.c | 108 LogDebug("Create Context"); in main() 130 LogDebug("Tspi_Policy_SetSecret hPolicy received;%d", hPolicy); in main() 140 LogDebug("created DAA object:%X", hDAA); in main() 151 LogDebug("Verify Init return nonceVerifier [%s]", in main() 194 LogDebug("TPM_DAA_Sign return daaSignature [%s]", in main() 238 LogDebug("THE END result=%d:%s",result, err_string( result) );; in main()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/ |
H A D | rpc_selftest.c | 84 LogDebug("privAuth"); in RPC_CertifySelfTest_TP() 90 LogDebug("sigSize"); in RPC_CertifySelfTest_TP() 101 LogDebug("sig"); in RPC_CertifySelfTest_TP() 122 LogDebug("RPC_GetTestResult_TP"); in RPC_GetTestResult_TP() 132 LogDebug("sendTCSDPacket succeeded"); in RPC_GetTestResult_TP() 151 LogDebug("RPC_GetTestResult_TP exit"); in RPC_GetTestResult_TP()
|
/netbsd-src/crypto/external/cpl/trousers/dist/src/tcsd/ |
H A D | tcsd_threads.c | 232 LogDebug("total_recv_size %d, buf_size %u, recd_so_far %d", total_recv_size, in tcsd_thread_run() 252 LogDebug("Increasing communication buffer to %d bytes.", new_bufsize); in tcsd_thread_run() 264 LogDebug("recv_chunk_size %d recd_so_far %d", recv_chunk_size, recd_so_far); in tcsd_thread_run() 278 LogDebug("recv_chunk_size %d recd_so_far %d", recv_chunk_size, recd_so_far); in tcsd_thread_run() 285 LogDebug("Rx'd packet"); in tcsd_thread_run() 314 LogDebug("Sending 0x%X bytes back", send_size); in tcsd_thread_run() 321 LogDebug("Thread %ld exiting via shutdown signal!", THREAD_ID); in tcsd_thread_run() 326 LogDebug("Thread exiting."); in tcsd_thread_run()
|