Searched refs:keyA (Results 1 – 5 of 5) sorted by relevance
/system/core/libcutils/ |
D | hashmap.c | 38 bool (*equals)(void* keyA, void* keyB); 44 int (*hash)(void* key), bool (*equals)(void* keyA, void* keyB)) { in hashmapCreate() argument 185 static inline bool equalKeys(void* keyA, int hashA, void* keyB, int hashB, in equalKeys() argument 187 if (keyA == keyB) { in equalKeys() 193 return equals(keyA, keyB); in equalKeys() 354 bool hashmapIntEquals(void* keyA, void* keyB) { in hashmapIntEquals() argument 355 int a = *((int*) keyA); in hashmapIntEquals()
|
/system/core/include/cutils/ |
D | hashmap.h | 42 int (*hash)(void* key), bool (*equals)(void* keyA, void* keyB)); 130 bool hashmapIntEquals(void* keyA, void* keyB);
|
/system/core/sdcard/ |
D | sdcard.c | 189 static bool str_icase_equals(void *keyA, void *keyB) { in str_icase_equals() argument 190 return strcasecmp(keyA, keyB) == 0; in str_icase_equals()
|
/system/tpm/trunks/generator/ |
D | raw_commands_fixed.txt | 9587 regenerate the ephemeral private key (de,V) and the associated public key (Qe,V). keyA provides the… 9592 It is an error if inQsB or inQeB are not on the curve of keyA (TPM_RC_ECC_POINT). 9619 TPM2_ZGen_2Phase as the computation done with the private part of keyA is the same in both 9679 @keyA 9769 key referenced by keyA is restricted or not a decrypt key 9773 inQsB or inQeB is not on the curve of the key reference by keyA 9777 key referenced by keyA is not an ECC key 9828 the scheme of the key referenced by keyA is not TPM_ALG_NULL, 9855 eccKey = ObjectGet(in->keyA); 9856 // keyA must be an ECC key [all …]
|
D | raw_commands.txt | 9576 regenerate the ephemeral private key (de,V) and the associated public key (Qe,V). keyA provides the… 9581 It is an error if inQsB or inQeB are not on the curve of keyA (TPM_RC_ECC_POINT). 9608 TPM2_ZGen_2Phase as the computation done with the private part of keyA is the same in both 9668 @keyA 9758 key referenced by keyA is restricted or not a decrypt key 9762 inQsB or inQeB is not on the curve of the key reference by keyA 9766 key referenced by keyA is not an ECC key 9817 the scheme of the key referenced by keyA is not TPM_ALG_NULL, 9844 eccKey = ObjectGet(in->keyA); 9845 // keyA must be an ECC key [all …]
|