HomeSort by relevance Sort by last modified time
    Searched defs:sensitive (Results 1 - 25 of 32) sorted by null

1 2

  /external/tpm2/
CreatePrimary.c 16 // TPM_RC_ATTRIBUTES sensitiveDataOrigin is CLEAR when 'sensitive.data' is an Empty
17 // Buffer, or is SET when 'sensitive.data' is not empty; fixedTPM,
20 // restricted, decrypt and sign attributes; attempt to inject sensitive data
28 // TPM_RC_SIZE size of public auth policy or sensitive auth value does not match
29 // digest size of the name algorithm sensitive data size for the keyed
43 TPMT_SENSITIVE sensitive; local
49 != (in->inSensitive.t.sensitive.data.t.size == 0 ))
61 // Validate the sensitive area values
62 if( MemoryRemoveTrailingZeros(&in->inSensitive.t.sensitive.userAuth)
75 &in->inSensitive.t.sensitive,&sensitive)
    [all...]
ECDH_KeyGen.c 24 TPM2B_ECC_PARAMETER sensitive; local
45 &out->pubPoint.t.point, &sensitive);
53 &sensitive, &eccKey->publicArea.unique.ecc);
LoadExternal.c 16 // both public and sensitive portions are loaded
38 TPMT_SENSITIVE *sensitive; local
53 // For loading an object with both public and sensitive
59 // An external object with a sensitive area must have fixedTPM == CLEAR
79 // If a sensitive area was provided, load it
81 sensitive = &in->inPrivate.t.sensitiveArea;
83 sensitive = NULL;
88 sensitive, &out->name, TPM_RH_NULL, skipChecks,
Create.c 17 // TPM_RC_ATTRIBUTES sensitiveDataOrigin is CLEAR when 'sensitive.data' is an Empty
18 // Buffer, or is SET when 'sensitive.data' is not empty; fixedTPM,
21 // restricted, decrypt and sign attributes; attempt to inject sensitive data
29 // sensitive creation area; may also be returned if the TPM does not
35 // TPM_RC_SIZE size of public auth policy or sensitive auth value does not match
36 // digest size of the name algorithm sensitive data size for the keyed
42 // decryption key in the storage hierarchy with both public and sensitive
57 TPMT_SENSITIVE sensitive; local
73 != (in->inSensitive.t.sensitive.data.t.size == 0))
85 // Validate the sensitive area value
    [all...]
Duplicate.c 33 TPMT_SENSITIVE sensitive; local
106 // Copy sensitive area
107 sensitive = object->sensitive;
109 // Prepare output private data from sensitive
110 SensitiveToDuplicate(&sensitive, &object->name, in->newParentHandle,
Load.c 39 TPMT_SENSITIVE sensitive; local
79 // Retrieve sensitive data. PrivateToSensitive() may return TPM_RC_INTEGRITY or
84 &sensitive);
96 result = ObjectLoad(hierarchy, &in->inPublic.t.publicArea, &sensitive,
ObjectChangeAuth.c 26 TPMT_SENSITIVE sensitive; local
60 // Copy internal sensitive area
61 sensitive = object->sensitive;
63 sensitive.authValue = in->newAuth;
65 // Prepare output private data from sensitive
66 SensitiveToPrivate(&sensitive, &object->name, in->parentHandle,
Import.c 35 // secret; or unmarshaling sensitive value from duplicate failed the
52 // type of parentHandle; or unmarshaling sensitive value from duplicate
77 TPMT_SENSITIVE sensitive; local
141 // Retrieve sensitive from private.
146 &in->encryptionKey, &sensitive);
168 &sensitive, NULL, in->parentHandle, FALSE,
180 // Prepare output private data from sensitive
181 SensitiveToPrivate(&sensitive, &name, in->parentHandle,
CryptUtil.c 638 &signKey->sensitive.sensitive.bits.b,
669 &signKey->sensitive.sensitive.bits.b, &hmacState);
690 // TPM_RC_SIZE sensitive data size is larger than allowed for the scheme
696 TPMS_SENSITIVE_CREATE *sensitiveCreate, // IN: sensitive creation data
697 TPMT_SENSITIVE *sensitive, // OUT: sensitive area
731 sensitive->sensitive.sym.t.size = CryptGetHashDigestSize(hashAlg)
901 TPMT_SENSITIVE *sensitive = &rsaKey->sensitive; local
3054 TPMT_SENSITIVE *sensitive; local
    [all...]
Global.h 168 // An OBJECT structure holds the object public, sensitive, and meta-data associated. This structure is
180 TPMT_SENSITIVE sensitive; // sensitive area of an object member in struct:__anon23214
    [all...]
tpm_types.h 1058 TPMS_SENSITIVE_CREATE sensitive; member in struct:__anon23430::__anon23431
1505 TPMU_SENSITIVE_COMPOSITE sensitive; member in struct:__anon23476
1521 TPMT_SENSITIVE sensitive; member in struct:__anon23479
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
IOCase.java 25 * Windows is case-insensitive, Unix is case-sensitive.
41 * The constant for case sensitive regardless of operating system.
43 public static final IOCase SENSITIVE = new IOCase("Sensitive", true);
52 * Windows is case-insensitive when comparing filenames, Unix is case-sensitive.
66 private final transient boolean sensitive; field in class:IOCase
77 if (IOCase.SENSITIVE.name.equals(name)){
78 return IOCase.SENSITIVE;
94 * @param sensitive the sensitivity
96 private IOCase(String name, boolean sensitive) {
    [all...]
  /external/webrtc/webrtc/base/
httpcommon.cc 772 // TODO: convert sensitive to a secure buffer that gets securely deleted
775 char * sensitive = new char[len]; local
776 size_t pos = strcpyn(sensitive, len, username.data(), username.size());
777 pos += strcpyn(sensitive + pos, len - pos, ":");
778 password.CopyTo(sensitive + pos, true);
782 // TODO: create a sensitive-source version of Base64::encode
783 response.append(Base64::Encode(sensitive));
784 memset(sensitive, 0, len);
785 delete [] sensitive;
816 // TODO: convert sensitive to be secure buffe
819 char * sensitive = new char[len]; \/\/ A1 local
960 char * sensitive = new char[len]; local
    [all...]
  /system/tpm/trunks/
tpm_utility_impl.cc 822 in_sensitive.sensitive.rsa = Make_TPM2B_PRIVATE_KEY_RSA(prime_factor);
915 TPMS_SENSITIVE_CREATE sensitive; local
1060 TPMS_SENSITIVE_CREATE sensitive; local
1496 TPMS_SENSITIVE_CREATE sensitive; local
1637 TPMS_SENSITIVE_CREATE sensitive; local
    [all...]
tpm_generated.h 1276 TPMS_SENSITIVE_CREATE sensitive; member in struct:trunks::TPM2B_SENSITIVE_CREATE
1544 TPMU_SENSITIVE_COMPOSITE sensitive; member in struct:trunks::TPMT_SENSITIVE
1555 TPMT_SENSITIVE sensitive; member in struct:trunks::_PRIVATE
    [all...]
  /external/guice/extensions/struts2/lib/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.4/
commons-io-1.4.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-io-2.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/offline-m2/commons-io/commons-io/2.4/
commons-io-2.4.jar 
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec-http2/4.1.0.CR3/
netty-codec-http2-4.1.0.CR3.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.0/
gradle-tooling-api-2.0.jar 

Completed in 879 milliseconds

1 2