Searched refs:Key (Results 1 – 8 of 8) sorted by relevance
/build/soong/env/ |
D | env.go | 27 type envFileEntry struct{ Key, Value string } member 63 key := entry.Key 87 return e[i].Key < e[j].Key
|
/build/make/tools/signtos/ |
D | SignTos.java | 37 import java.security.Key; 110 Key key = skFactory.generateSecret(new PBEKeySpec(password)); in decryptPrivateKey() 203 private static String getSignatureAlgorithm(Key key) { in getSignatureAlgorithm()
|
/build/soong/tradefed/ |
D | autogen.go | 67 Key string member 74 if o.Key != "" { 75 return fmt.Sprintf(`<option name="%s" key="%s" value="%s" />`, o.Name, o.Key, o.Value)
|
/build/soong/java/ |
D | app_builder.go | 84 certificateArgs = append(certificateArgs, c.Pem.String(), c.Key.String()) 85 deps = append(deps, c.Pem, c.Key)
|
D | app.go | 345 Pem, Key android.Path member 708 Key: defaultDir.Join(ctx, certPropValue+".pk8"), 714 Key: key, 1057 …configs = append(configs, tradefed.Option{Name: "config-descriptor:metadata", Key: "mainline-param… 1210 Key: android.PathForModuleSrc(ctx, cert+".pk8"),
|
/build/soong/apex/ |
D | apex.go | 961 Key *string member 1454 if String(a.properties.Key) == "" { 1458 ctx.AddDependency(ctx.Module(), keyTag, String(a.properties.Key)) 2141 a.container_private_key_file = dep.Certificate.Key 2240 ctx.PropertyErrorf("key", "private_key for %q could not be found", String(a.properties.Key))
|
/build/make/tools/signapk/src/com/android/signapk/ |
D | SignApk.java | 65 import java.security.Key; 243 Key key = skFactory.generateSecret(new PBEKeySpec(password)); in decryptPrivateKey()
|
/build/soong/cc/ |
D | test.go | 370 …configs = append(configs, tradefed.Option{Name: "config-descriptor:metadata", Key: "mainline-param…
|