Searched defs:DecryptionError (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider/src/aes/ |
D | cbc.rs | 60 ) -> Result<Vec<u8>, DecryptionError>; in decrypt() argument 69 ) -> Result<(), DecryptionError>; in decrypt_in_place() argument 82 pub enum DecryptionError { enum 137 ) -> Result<Vec<u8>, DecryptionError> { in decrypt() argument 145 ) -> Result<(), DecryptionError> { in decrypt_in_place() argument
|
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_rustcrypto/src/aes_cp/ |
D | cbc.rs | 66 ) -> Result<Vec<u8>, DecryptionError> { in decrypt() argument 76 ) -> Result<(), DecryptionError> { in decrypt_in_place() argument
|
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_boringssl/src/aes/ |
D | cbc.rs | 54 ) -> Result<Vec<u8>, DecryptionError> { in decrypt() argument 63 ) -> Result<(), DecryptionError> { in decrypt_in_place() argument
|
/aosp_15_r20/external/rust/beto-rust/nearby/connections/ukey2/ukey2_connections/src/ |
D | crypto_utils.rs | 38 ) -> Result<Vec<u8>, DecryptionError> { in decrypt_cbc() argument
|
/aosp_15_r20/external/python/rsa/rsa/ |
D | pkcs1.py | 76 class DecryptionError(CryptoError): class
|
/aosp_15_r20/external/rust/beto-rust/nearby/crypto/crypto_provider_stubs/src/ |
D | lib.rs | 190 ) -> Result<Vec<u8>, DecryptionError> { in decrypt() argument 198 ) -> Result<(), DecryptionError> { in decrypt_in_place() argument
|