Searched defs:algorithm (Results 1 – 6 of 6) sorted by relevance
/system/keymaster/ |
D | google_keymaster.cpp | 59 bool check_supported(keymaster_algorithm_t algorithm, SupportedResponse<T>* response) { in check_supported() 75 GoogleKeymaster::SupportedBlockModes(keymaster_algorithm_t algorithm, in SupportedBlockModes() 84 GoogleKeymaster::SupportedPaddingModes(keymaster_algorithm_t algorithm, in SupportedPaddingModes() 103 void GoogleKeymaster::SupportedDigests(keymaster_algorithm_t algorithm, in SupportedDigests() 123 GoogleKeymaster::SupportedImportFormats(keymaster_algorithm_t algorithm, in SupportedImportFormats() 143 GoogleKeymaster::SupportedExportFormats(keymaster_algorithm_t algorithm, in SupportedExportFormats()
|
D | key.cpp | 55 keymaster_algorithm_t algorithm; in GenerateKey() local
|
D | asymmetric_key.cpp | 204 keymaster_algorithm_t algorithm; in ImportKey() local 408 keymaster_algorithm_t algorithm; in ImportKey() local 528 keymaster_algorithm_t algorithm; in ImportKey() local
|
D | google_keymaster_test.cpp | 383 void GenerateKey(keymaster_algorithm_t algorithm, keymaster_digest_t digest, in GenerateKey()
|
/system/core/libcutils/ |
D | dir_hash.c | 39 int get_file_hash(HashAlgorithm algorithm, const char *path, in get_file_hash() 129 static int recurse(HashAlgorithm algorithm, const char *directory_path, in recurse() 265 int get_recursive_hash_manifest(HashAlgorithm algorithm, in get_recursive_hash_manifest()
|
/system/keymaster/include/keymaster/ |
D | key_blob.h | 118 inline keymaster_algorithm_t algorithm() const { return algorithm_; } in algorithm() function
|