Searched refs:ConvertPublicKeyToDER (Results 1 – 2 of 2) sorted by relevance
107 bool ConvertPublicKeyToDER(const std::string& public_key,
247 if (!ConvertPublicKeyToDER(*public_key_tpm_format, public_key)) { in CreateCertifiedKey()386 if (!ConvertPublicKeyToDER(ek_public_key_blob, public_key)) { in GetEndorsementPublicKey()631 bool TpmUtilityV1::ConvertPublicKeyToDER(const std::string& public_key, in ConvertPublicKeyToDER() function in attestation::TpmUtilityV1