Home | History | Annotate | Download | only in keymaster

Lines Matching refs:algorithm

59 bool check_supported(keymaster_algorithm_t algorithm, SupportedResponse<T>* response) {
60 if (!array_contains(supported_algorithms, algorithm)) {
75 GoogleKeymaster::SupportedBlockModes(keymaster_algorithm_t algorithm,
77 if (response == NULL || !check_supported(algorithm, response))
84 GoogleKeymaster::SupportedPaddingModes(keymaster_algorithm_t algorithm,
86 if (response == NULL || !check_supported(algorithm, response))
90 switch (algorithm) {
103 void GoogleKeymaster::SupportedDigests(keymaster_algorithm_t algorithm,
105 if (response == NULL || !check_supported(algorithm, response))
109 switch (algorithm) {
123 GoogleKeymaster::SupportedImportFormats(keymaster_algorithm_t algorithm,
125 if (response == NULL || !check_supported(algorithm, response))
129 switch (algorithm) {
143 GoogleKeymaster::SupportedExportFormats(keymaster_algorithm_t algorithm,
145 if (response == NULL || !check_supported(algorithm, response))
149 switch (algorithm) {