Searched refs:sym (Results 1 – 8 of 8) sorted by relevance
/system/bt/btcore/src/ |
D | hal_util.c | 53 const char *sym = HAL_MODULE_INFO_SYM_AS_STR; in load_bt_library() local 54 struct hw_module_t *hmi = (struct hw_module_t *)dlsym(handle, sym); in load_bt_library() 56 HULOGERR("%s", sym); in load_bt_library()
|
/system/tpm/trunks/ |
D | tpm_generated_test.cc | 215 in_public.public_area.parameters.sym_detail.sym.algorithm = TPM_ALG_AES; in TEST() 216 in_public.public_area.parameters.sym_detail.sym.key_bits.aes = 128; in TEST() 217 in_public.public_area.parameters.sym_detail.sym.mode.aes = TPM_ALG_CFB; in TEST() 218 in_public.public_area.unique.sym.size = 0; in TEST()
|
D | tpm_generated.h | 1228 TPM_KEY_BITS sym; member 1235 TPMI_ALG_SYM_MODE sym; member 1261 TPMT_SYM_DEF_OBJECT sym; member 1508 TPM2B_DIGEST sym; member 1536 TPM2B_SYM_KEY sym; member
|
D | tpm_generated.cc | 5626 result = Serialize_TPMT_SYM_DEF_OBJECT(value.sym, buffer); in Serialize_TPMS_SYMCIPHER_PARMS() 5642 &value->sym, in Parse_TPMS_SYMCIPHER_PARMS() 8122 result = Serialize_TPM2B_DIGEST(value.sym, buffer); in Serialize_TPMU_PUBLIC_ID() 8168 &value->sym, in Parse_TPMU_PUBLIC_ID() 8435 result = Serialize_TPM2B_SYM_KEY(value.sym, buffer); in Serialize_TPMU_SENSITIVE_COMPOSITE() 8481 &value->sym, in Parse_TPMU_SENSITIVE_COMPOSITE()
|
/system/tpm/trunks/generator/ |
D | raw_commands.txt | 3986 && in->symmetric.mode.sym != TPM_ALG_CFB) 4207 TPMT_SENSITIVE.sensitive.sym. The size of the key will be determined by 4211 inSensitive.data to TPMT_SENSITIVE.sensitive.sym of the new object. 4215 4) The TPMT_PUBLIC.unique.sym.buffer value for the new object is then generated, as shown in 4280 5) The TPMT_PUBLIC.unique.sym.buffer value for the new object is then generated, as shown in 7136 innerKeySize = in->symmetricAlg.keyBits.sym; 8062 innerKeySize = in->symmetricAlg.keyBits.sym; 10286 in->mode = symKey->publicArea.parameters.symDetail.sym.mode.sym; 10287 // If the key is restricted, the input sym mode should match the key's sym 10291 && symKey->publicArea.parameters.symDetail.sym.mode.sym != in->mode) [all …]
|
D | raw_commands_fixed.txt | 3988 && in->symmetric.mode.sym != TPM_ALG_CFB) 4209 TPMT_SENSITIVE.sensitive.sym. The size of the key will be determined by 4213 inSensitive.data to TPMT_SENSITIVE.sensitive.sym of the new object. 4217 4) The TPMT_PUBLIC.unique.sym.buffer value for the new object is then generated, as shown in 4282 5) The TPMT_PUBLIC.unique.sym.buffer value for the new object is then generated, as shown in 7142 innerKeySize = in->symmetricAlg.keyBits.sym; 8073 innerKeySize = in->symmetricAlg.keyBits.sym; 10297 in->mode = symKey->publicArea.parameters.symDetail.sym.mode.sym; 10298 // If the key is restricted, the input sym mode should match the key's sym 10302 && symKey->publicArea.parameters.symDetail.sym.mode.sym != in->mode) [all …]
|
D | raw_structures.txt | 12493 sym 12562 sym 12620 sym 12757 sym 14500 sym 15025 sym
|
D | raw_structures_fixed.txt | 12531 sym 12578 sym 12632 sym 12769 sym 14512 sym 15017 sym
|