Home
last modified time | relevance | path

Searched defs:private_key_bytes (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tink/cc/signature/
H A Ded25519_private_key_test.cc73 RestrictedData private_key_bytes = in TEST_P() local
103 RestrictedData private_key_bytes = in TEST() local
126 RestrictedData private_key_bytes = RestrictedData( in TEST() local
151 RestrictedData private_key_bytes = in TEST_P() local
188 RestrictedData private_key_bytes = in TEST() local
H A Ded25519_private_key.h54 const RestrictedData& private_key_bytes) in Ed25519PrivateKey()
H A Ded25519_private_key.cc29 const Ed25519PublicKey& public_key, const RestrictedData& private_key_bytes, in Create()
H A Dsignature_config_test.cc356 RestrictedData private_key_bytes = in TEST_F() local
/aosp_15_r20/external/python/oauth2client/oauth2client/
D_openssl_crypt.py123 def pkcs12_key_as_pem(private_key_bytes, private_key_password): argument
/aosp_15_r20/external/private-join-and-compute/private_join_and_compute/crypto/
H A Dcommutative_elgamal.cc78 absl::string_view private_key_bytes) { in CreateFromPublicAndPrivateKeys()
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_test/src/
Ded25519.rs136 let private_key_bytes: [u8; 32] = in run_test() localVariable
/aosp_15_r20/system/keymint/common/src/crypto/
H A Dec.rs279 pub fn private_key_bytes(&self) -> &[u8] { in private_key_bytes() method