/aosp_15_r20/packages/modules/Virtualization/libs/apkverify/src/ |
D | v3.rs | 39 pub(crate) struct Signer { struct 40 signed_data: LengthPrefixed<Bytes>, // not verified yet 41 min_sdk: u32, 42 max_sdk: u32, 43 signatures: LengthPrefixed<Vec<LengthPrefixed<Signature>>>, 44 public_key: PKey<pkey::Public>, 92 ) -> Result<(Signer, ApkSections<R>)> { in extract_signer_and_apk_sections() 108 impl Signer { impl 233 impl ReadFromBytes for Signer { implementation
|
/aosp_15_r20/external/rust/crates/openssl/src/ |
D | sign.rs | 114 pub struct Signer<'a> { struct 120 unsafe impl Sync for Signer<'_> {} argument 121 unsafe impl Send for Signer<'_> {} implementation 123 impl Drop for Signer<'_> { implementation 133 impl Signer<'_> { implementation 395 impl<'a> Write for Signer<'a> { implementation
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/security/ |
D | Signer.java | 50 public abstract class Signer extends Identity { class 65 protected Signer() { in Signer() method in Signer 75 public Signer(String name) { in Signer() method in Signer 89 public Signer(String name, IdentityScope scope) in Signer() method in Signer
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/13/libcore/ojluni/src/main/java/java/security/ |
D | Signer.java | 50 public abstract class Signer extends Identity { class 65 protected Signer() { in Signer() method in Signer 75 public Signer(String name) { in Signer() method in Signer 89 public Signer(String name, IdentityScope scope) in Signer() method in Signer
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/security/ |
H A D | Signer.java | 50 public abstract class Signer extends Identity { class 65 protected Signer() { in Signer() method in Signer 75 public Signer(String name) { in Signer() method in Signer 89 public Signer(String name, IdentityScope scope) in Signer() method in Signer
|
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/src/ |
D | builder.rs | 414 type Signer; typedef 420 fn signer(&self) -> &Self::Signer; in signer() 463 type Signer = S; typedef 466 fn signer(&self) -> &Self::Signer { in signer() 502 type Signer = S; typedef 505 fn signer(&self) -> &Self::Signer { in signer()
|
/aosp_15_r20/external/python/oauth2client/oauth2client/ |
D | crypt.py | 64 Signer = OpenSSLSigner variable 67 Signer = PyCryptoSigner variable 70 Signer = RsaSigner variable
|
/aosp_15_r20/external/autotest/utils/frozen_chromite/third_party/oauth2client/ |
H A D | crypt.py | 62 Signer = OpenSSLSigner variable 65 Signer = PyCryptoSigner variable
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/mod/sumdb/note/ |
D | note.go | 204 type Signer interface { interface 618 func Sign(n *Note, signers ...Signer) ([]byte, error) {
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/x509/ |
D | verify_test.go | 1961 …ting.T, subject string, key crypto.Signer, mutateTmpl func(*Certificate), certType int, issuer *Ce…
|
/aosp_15_r20/external/tink/go/jwt/ |
H A D | jwt_signer.go | 21 type Signer interface { interface
|
H A D | jwt_signer_kid.go | 31 func newSignerWithKID(ts tink.Signer, algorithm string, customKID *string) (*signerWithKID, error) {
|
/aosp_15_r20/external/tink/go/tink/ |
H A D | signer.go | 24 type Signer interface { interface
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/signer/ |
H A D | Signer.java | 28 public interface Signer { interface
|
/aosp_15_r20/external/python/google-auth-library-python/google/auth/crypt/ |
D | __init__.py | 65 Signer = base.Signer variable
|
D | base.py | 50 class Signer(object): class
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/crypto/ |
H A D | Signer.java | 8 public interface Signer interface
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/crypto/ |
H A D | Signer.java | 8 public interface Signer interface
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
H A D | Signer.java | 6 public interface Signer interface
|
/aosp_15_r20/external/python/google-auth-library-python/google/auth/ |
D | iam.py | 35 class Signer(crypt.Signer): class
|
D | app_engine.py | 39 class Signer(crypt.Signer): class
|
/aosp_15_r20/external/tink/go/internal/signature/ |
H A D | rsa.go | 99 func validateSignerVerifier(signer tink.Signer, verifier tink.Verifier) error {
|
/aosp_15_r20/external/vboot_reference/scripts/image_signing/ |
H A D | sign_uefi.py | 72 class Signer: class
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/ |
D | crypto.go | 180 type Signer interface { interface
|
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/internal/apk/v1/ |
H A D | V1SchemeVerifier.java | 423 static class Signer { class in V1SchemeVerifier 433 private Signer( in Signer() method in V1SchemeVerifier.Signer
|