Searched refs:algorithm_str (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/system/core/trusty/keymaster/set_attestation_key/ |
H A D | set_attestation_key.cpp | 214 static int str_to_algorithm(keymaster_algorithm_t* algorithm, const xmlChar* algorithm_str) { in str_to_algorithm() argument 215 if (xmlStrEqual(algorithm_str, BAD_CAST "rsa")) { in str_to_algorithm() 217 } else if (xmlStrEqual(algorithm_str, BAD_CAST "ecdsa")) { in str_to_algorithm() 220 printf("unsupported algorithm: %s\n", algorithm_str); in str_to_algorithm() 226 static int set_attestation_key_or_cert(uint32_t cmd, const xmlChar* algorithm_str, in set_attestation_key_or_cert() argument 231 ret = str_to_algorithm(&algorithm, algorithm_str); in set_attestation_key_or_cert() 247 static int clear_cert_chain(const xmlChar* algorithm_str) { in clear_cert_chain() argument 252 ret = str_to_algorithm(&req.algorithm, algorithm_str); in clear_cert_chain()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/pki/ |
H A D | simple_path_builder_delegate_unittest.cc | 31 std::string algorithm_str; in ReadTestCase() local 35 {"ALGORITHM", &algorithm_str}, in ReadTestCase() 41 ParseSignatureAlgorithm(der::Input(algorithm_str)); in ReadTestCase()
|