Home
last modified time | relevance | path

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

/dports/security/trousers/trousers-0.3.14_3/src/tspi/rpc/tcstp/
H A Drpc_seal.c32 TCPA_ENCAUTH *encAuth, /* in */ in common_Seal_TP() argument
52 if (setData(TCSD_PACKET_TYPE_ENCAUTH, i++, encAuth, 0, &hte->comm)) in common_Seal_TP()
105 TCPA_ENCAUTH *encAuth, /* in */ in RPC_Seal_TP() argument
114 return common_Seal_TP(TCSD_ORD_SEAL, hte, keyHandle, encAuth, pcrInfoSize, PcrInfo, in RPC_Seal_TP()
122 TCPA_ENCAUTH *encAuth, /* in */ in RPC_Sealx_TP() argument
131 return common_Seal_TP(TCSD_ORD_SEALX, hte, keyHandle, encAuth, pcrInfoSize, PcrInfo, in RPC_Sealx_TP()
H A Drpc_nv.c32 TCPA_ENCAUTH encAuth, /* in */ in RPC_NV_DefineOrReleaseSpace_TP() argument
46 if (setData(TCSD_PACKET_TYPE_ENCAUTH, 3, &encAuth, 0, &hte->comm)) in RPC_NV_DefineOrReleaseSpace_TP()
/dports/java/bouncycastle15/crypto-169/pkix/src/main/java/org/bouncycastle/pkcs/
H A DPKCS12PfxPduBuilder.java151 byte[] encAuth; in build()
155 encAuth = auth.getEncoded(); in build()
162 …tentInfo mainInfo = new ContentInfo(PKCSObjectIdentifiers.data, new DEROctetString(encAuth)); in build()
169 mData = mdGen.build(password, encAuth); in build()
/dports/security/trousers/trousers-0.3.14_3/src/tspi/
H A Dtsp_seal.c78 TCPA_ENCAUTH *encAuth, /* in */ in Transport_Seal() argument
120 Trspi_LoadBlob_DIGEST(&offset, data, (TPM_DIGEST *)encAuth); in Transport_Seal()
140 TCPA_ENCAUTH *encAuth, /* in */ in Transport_Sealx() argument
182 Trspi_LoadBlob(&offset, sizeof(TPM_ENCAUTH), data, encAuth->authdata); in Transport_Sealx()
H A Dtsp_nv.c30 TCPA_ENCAUTH encAuth, /* in */ in Transport_NV_DefineOrReleaseSpace() argument
52 Trspi_LoadBlob(&offset, TPM_SHA1_160_HASH_LEN, data, encAuth.authdata); in Transport_NV_DefineOrReleaseSpace()
/dports/security/trousers/trousers-0.3.14_3/src/tcs/
H A Dtcsi_seal.c33 TCPA_ENCAUTH encAuth, /* in */ in TCSP_Seal_Internal() argument
67 if ((result = tpm_rqu_build(sealOrdinal, &offset, txBlob, keySlot, encAuth.authdata, in TCSP_Seal_Internal()
H A Dtcsi_nv.c33 TPM_ENCAUTH encAuth, /* in */ in TCSP_NV_DefineOrReleaseSpace_Internal() argument
51 TPM_ENCAUTH_SIZE, encAuth.authdata, pAuth))) in TCSP_NV_DefineOrReleaseSpace_Internal()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/ibmtss/
H A DNV_DefineSpace12_fp.h44 TPM_ENCAUTH encAuth; member
/dports/security/trousers/trousers-0.3.14_3/src/tcs/rpc/tcstp/
H A Drpc_nv.c37 TPM_ENCAUTH encAuth; in tcs_wrap_NV_DefineOrReleaseSpace() local
60 if (getData(TCSD_PACKET_TYPE_ENCAUTH, 3, &encAuth, 0, &data->comm)) { in tcs_wrap_NV_DefineOrReleaseSpace()
73 cPubInfoSize, pubInfo, encAuth, pAuth); in tcs_wrap_NV_DefineOrReleaseSpace()
/dports/emulators/tpm-emulator/tpm_emulator-0.7.4/tpm/
H A Dtpm_nv_storage.c71 TPM_ENCAUTH *encAuth, TPM_AUTH *auth1) in TPM_NV_DefineSpace() argument
99 memcpy(plainAuth, *encAuth, sizeof(TPM_SECRET)); in TPM_NV_DefineSpace()
108 tpm_decrypt_auth_secret(*encAuth, session->sharedSecret, in TPM_NV_DefineSpace()
H A Dtpm_commands.h552 TPM_ENCAUTH *encAuth,
712 TPM_ENCAUTH *encAuth,
2038 TPM_ENCAUTH encAuth,
2284 TPM_ENCAUTH *encAuth,
H A Dtpm_storage.c353 TPM_RESULT TPM_Seal(TPM_KEY_HANDLE keyHandle, TPM_ENCAUTH *encAuth, in TPM_Seal() argument
407 tpm_decrypt_auth_secret(*encAuth, session->sharedSecret, in TPM_Seal()
423 TPM_RESULT TPM_Sealx(TPM_KEY_HANDLE keyHandle, TPM_ENCAUTH *encAuth, in TPM_Sealx() argument
475 tpm_decrypt_auth_secret(*encAuth, session->sharedSecret, in TPM_Sealx()
H A Dtpm_authorization.c580 void tpm_decrypt_auth_secret(TPM_ENCAUTH encAuth, TPM_SECRET secret, in tpm_decrypt_auth_secret() argument
590 plainAuth[i] ^= encAuth[i]; in tpm_decrypt_auth_secret()
H A Dtpm_cmd_handler.c572 TPM_ENCAUTH encAuth; in execute_TPM_Seal() local
585 || tpm_unmarshal_TPM_ENCAUTH(&ptr, &len, &encAuth) in execute_TPM_Seal()
593 res = TPM_Seal(keyHandle, &encAuth, pcrInfoSize, &pcrInfo, inDataSize, inData, in execute_TPM_Seal()
806 TPM_ENCAUTH encAuth; in execute_TPM_Sealx() local
819 || tpm_unmarshal_TPM_ENCAUTH(&ptr, &len, &encAuth) in execute_TPM_Sealx()
827 res = TPM_Sealx(keyHandle, &encAuth, pcrInfoSize, &pcrInfo, inDataSize, inData, in execute_TPM_Sealx()
2385 TPM_ENCAUTH encAuth; in execute_TPM_NV_DefineSpace() local
2392 || tpm_unmarshal_TPM_ENCAUTH(&ptr, &len, &encAuth) in execute_TPM_NV_DefineSpace()
2395 return TPM_NV_DefineSpace(&pubInfo, &encAuth, &req->auth1); in execute_TPM_NV_DefineSpace()
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/tss2/ibmtpm20tss/utils/
H A Dtss12.c244 uint8_t *encAuth,
1022 uint8_t *encAuth, in TSS_Command_DecryptXor() argument
1053 encAuth, SHA1_DIGEST_SIZE); in TSS_Command_DecryptXor()
1058 *(encAuth + i) = *(encAuth + i) ^ padHash.digest.sha1[i]; in TSS_Command_DecryptXor()
1063 encAuth, SHA1_DIGEST_SIZE); in TSS_Command_DecryptXor()
H A DCommands12.c252 rc = TSS_Array_Unmarshalu(target->encAuth, SHA1_DIGEST_SIZE, buffer, size); in NV_DefineSpace12_In_Unmarshal()
H A Dtssmarshal12.c206 rc = TSS_Array_Marshalu(source->encAuth, SHA1_DIGEST_SIZE, written, buffer, size); in TSS_NV_DefineSpace12_In_Marshalu()
/dports/net/h323plus/h323plus-1_27_2/src/h235/
H A Dh235caps.cxx116 PBoolean H235SecurityCapability::OnSendingPDU(H245_EncryptionAuthenticationAndIntegrity & encAuth, … in OnSendingPDU() argument
121 encAuth.IncludeOptionalField(H245_EncryptionAuthenticationAndIntegrity::e_encryptionCapability); in OnSendingPDU()
123 H245_EncryptionCapability & enc = encAuth.m_encryptionCapability; in OnSendingPDU()
225 …an H235SecurityCapability::OnReceivedPDU(const H245_EncryptionAuthenticationAndIntegrity & encAuth, in OnReceivedPDU() argument
228 … if (!encAuth.HasOptionalField(H245_EncryptionAuthenticationAndIntegrity::e_encryptionCapability)) in OnReceivedPDU()
231 const H245_EncryptionCapability & enc = encAuth.m_encryptionCapability; in OnReceivedPDU()
/dports/net/h323plus/h323plus-1_27_2/include/h235/
H A Dh235caps.h197 H245_EncryptionAuthenticationAndIntegrity & encAuth, ///< Encryption Algorithms
208 const H245_EncryptionAuthenticationAndIntegrity & encAuth, ///< Encryption Algorithms
/dports/security/trousers/trousers-0.3.14_3/src/include/tss/
H A Dtcs.h411 TPM_ENCAUTH encAuth, // in
445 TPM_ENCAUTH encAuth, // in
803 TPM_ENCAUTH encAuth, // in
/dports/security/trousers/trousers-0.3.14_3/src/tspi/rpc/
H A Dtcs_api.c1073 TCPA_ENCAUTH *encAuth, /* in */ in RPC_Seal() argument
1090 result = RPC_Seal_TP(entry, keyHandle, encAuth, pcrInfoSize, PcrInfo, in RPC_Seal()
1106 TCPA_ENCAUTH *encAuth, /* in */ in RPC_Sealx() argument
1123 result = RPC_Sealx_TP(entry, keyHandle, encAuth, pcrInfoSize, PcrInfo, in RPC_Sealx()
2600 TCPA_ENCAUTH encAuth, /* in */ in RPC_NV_DefineOrReleaseSpace() argument
2612 encAuth, pAuth); in RPC_NV_DefineOrReleaseSpace()
/dports/security/trousers/trousers-0.3.14_3/src/include/
H A Dtcs_utils.h605 TCPA_ENCAUTH encAuth, /* in */
992 TPM_ENCAUTH encAuth, /* in */