Home
last modified time | relevance | path

Searched defs:PRIVATE_KEY (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/ring/tests/
Ded25519_tests.rs92 const PRIVATE_KEY: &[u8] = include_bytes!("ed25519_test_private_key.bin"); in test_ed25519_from_seed_and_public_key_misuse() constant
156 const PRIVATE_KEY: &[u8] = include_bytes!("ed25519_test_private_key.p8"); in ed25519_test_public_key_coverage() constant
Decdsa_tests.rs198 const PRIVATE_KEY: &[u8] = include_bytes!("ecdsa_test_private_key_p256.p8"); in ecdsa_test_public_key_coverage() constant
Drsa_tests.rs310 const PRIVATE_KEY: &[u8] = include_bytes!("rsa_test_private_key_2048.p8"); in rsa_test_public_key_coverage() constant
/external/autotest/server/cros/tradefed/
Dtradefed_constants.py60 PRIVATE_KEY = '''-----BEGIN PRIVATE KEY----- variable
/external/oauth/core/src/main/java/net/oauth/signature/
DRSA_SHA1.java85 final static public String PRIVATE_KEY = "RSA-SHA1.PrivateKey"; field in RSA_SHA1
/external/python/cryptography/docs/development/custom-vectors/rsa-oaep-sha2/
DVerifyRSAOAEPSHA2.java44 private static final String PRIVATE_KEY = "# Private key"; field in TestVectorLoader