Home
last modified time | relevance | path

Searched defs:algorithm (Results 1 – 6 of 6) sorted by relevance

/system/keymaster/
Dgoogle_keymaster.cpp59 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()
Dkey.cpp55 keymaster_algorithm_t algorithm; in GenerateKey() local
Dasymmetric_key.cpp204 keymaster_algorithm_t algorithm; in ImportKey() local
408 keymaster_algorithm_t algorithm; in ImportKey() local
528 keymaster_algorithm_t algorithm; in ImportKey() local
Dgoogle_keymaster_test.cpp383 void GenerateKey(keymaster_algorithm_t algorithm, keymaster_digest_t digest, in GenerateKey()
/system/core/libcutils/
Ddir_hash.c39 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/
Dkey_blob.h118 inline keymaster_algorithm_t algorithm() const { return algorithm_; } in algorithm() function