Home
last modified time | relevance | path

Searched defs:PUBLIC_KEY (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/ring/tests/
Ded25519_tests.rs93 const PUBLIC_KEY: &[u8] = include_bytes!("ed25519_test_public_key.bin"); in test_ed25519_from_seed_and_public_key_misuse() constant
157 const PUBLIC_KEY: &[u8] = include_bytes!("ed25519_test_public_key.der"); in ed25519_test_public_key_coverage() constant
Decdsa_tests.rs199 const PUBLIC_KEY: &[u8] = include_bytes!("ecdsa_test_public_key_p256.der"); in ecdsa_test_public_key_coverage() constant
Drsa_tests.rs311 const PUBLIC_KEY: &[u8] = include_bytes!("rsa_test_public_key_2048.der"); in rsa_test_public_key_coverage() constant
/external/oauth/core/src/main/java/net/oauth/signature/
DRSA_SHA1.java86 final static public String PUBLIC_KEY = "RSA-SHA1.PublicKey"; field in RSA_SHA1
/external/python/cryptography/docs/development/custom-vectors/rsa-oaep-sha2/
DVerifyRSAOAEPSHA2.java41 private static final String PUBLIC_KEY = "# Public key"; field in TestVectorLoader