Home | History | Annotate | Download | only in keymaster

Lines Matching defs:algorithm

36 #include <algorithm>
152 using ::android::hardware::keymaster::V4_0::Algorithm;
825 if (param.tag != Tag::ALGORITHM) {
835 if (param.f.algorithm == Algorithm::RSA) {
863 if (param.f.algorithm == Algorithm::RSA) {
882 if (param.f.algorithm == Algorithm::RSA) {
1020 Algorithm algorithm;
1021 if (translate_algorithm(response.algorithm(), &algorithm) !=
1031 ErrorCode error_code = buffer_begin(response.handle().handle(), algorithm);
1115 Algorithm algorithm;
1116 buffer_algorithm(operationHandle, &algorithm);
1117 if (algorithm == Algorithm::EC) {