HomeSort by relevance Sort by last modified time
    Searched refs:TPM2B_PUBLIC_KEY_RSA (Results 1 - 13 of 13) sorted by null

  /external/tpm2/
RSA_Decrypt_fp.h 14 TPM2B_PUBLIC_KEY_RSA cipherText;
19 typedef struct { TPM2B_PUBLIC_KEY_RSA message; } RSA_Decrypt_Out;
RSA_Encrypt_fp.h 14 TPM2B_PUBLIC_KEY_RSA message;
19 typedef struct { TPM2B_PUBLIC_KEY_RSA outData; } RSA_Encrypt_Out;
Global.h 182 TPM2B_PUBLIC_KEY_RSA privateExponent; // Additional field for the private
    [all...]
tpm_types.h     [all...]
tpm_generated.h 222 UINT16 TPM2B_PUBLIC_KEY_RSA_Marshal(TPM2B_PUBLIC_KEY_RSA* source,
226 TPM_RC TPM2B_PUBLIC_KEY_RSA_Unmarshal(TPM2B_PUBLIC_KEY_RSA* target,
    [all...]
tpm_generated.c     [all...]
  /system/tpm/trunks/
session_manager_test.cc 53 TPM2B_PUBLIC_KEY_RSA GetValidRSAPublicKey() {
66 TPM2B_PUBLIC_KEY_RSA rsa;
mock_tpm.h 322 const TPM2B_PUBLIC_KEY_RSA& message,
330 const TPM2B_PUBLIC_KEY_RSA& message,
333 TPM2B_PUBLIC_KEY_RSA* out_data,
338 const TPM2B_PUBLIC_KEY_RSA& cipher_text,
346 const TPM2B_PUBLIC_KEY_RSA& cipher_text,
349 TPM2B_PUBLIC_KEY_RSA* message,
    [all...]
tpm_generated.h     [all...]
tpm_utility_impl.cc 453 TPM2B_PUBLIC_KEY_RSA in_message = Make_TPM2B_PUBLIC_KEY_RSA(plaintext);
454 TPM2B_PUBLIC_KEY_RSA out_message;
520 TPM2B_PUBLIC_KEY_RSA in_message = Make_TPM2B_PUBLIC_KEY_RSA(ciphertext);
521 TPM2B_PUBLIC_KEY_RSA out_message;
    [all...]
tpm_utility_test.cc 471 TPM2B_PUBLIC_KEY_RSA out_message =
530 TPM2B_PUBLIC_KEY_RSA out_message =
556 TPM2B_PUBLIC_KEY_RSA out_message =
582 TPM2B_PUBLIC_KEY_RSA out_message =
657 TPM2B_PUBLIC_KEY_RSA out_message =
685 TPM2B_PUBLIC_KEY_RSA out_message =
    [all...]
tpm_generated.cc     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
Tpm20.h     [all...]

Completed in 573 milliseconds