Searched refs:test_key (Results 1 – 1 of 1) sorted by relevance
659 let test_key = get_test_key_data(algorithm); in read_key_test() localVariable661 provision_attestation_key_file(algorithm, test_key).expect("Couldn't provision key"); in read_key_test()675 raw_protobuf.extend_from_slice(&test_key); in read_key_test()697 let test_key = get_non_pkcs8_test_key_data(algorithm); in read_non_pkcs8_key_test() localVariable699 provision_attestation_key_file(algorithm, test_key).expect("Couldn't provision key"); in read_non_pkcs8_key_test()749 let test_key = get_test_key_data(algorithm); in provision_certs_test_impl() localVariable751 provision_attestation_key_file(algorithm, test_key).expect("Couldn't provision key"); in provision_certs_test_impl()766 provision_attestation_key_file(algorithm, test_key).expect("Couldn't provision key"); in provision_certs_test_impl()771 let test_key = get_test_attestation_key(algorithm).expect("Couldn't get test key"); in provision_certs_test_impl() localVariable772 expect_eq!(test_key, read_test_key, "Test keys didn't match"); in provision_certs_test_impl()[all …]