Home
last modified time | relevance | path

Searched defs:Cipher (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/chacha20/
Dchacha_generic.go36 type Cipher struct { struct
39 key [8]uint32
40 counter uint32
41 nonce [3]uint32
46 buf [bufSize]byte
47 len int
51 overflow bool
55 precompDone bool
56 p1, p5, p9, p13 uint32
57 p2, p6, p10, p14 uint32
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/rc4/
Drc4.go18 type Cipher struct { struct
19 s [256]uint32
20 i, j uint8
52 func (c *Cipher) Reset() {
61 func (c *Cipher) XORKeyStream(dst, src []byte) {
Drc4_test.go77 func testEncrypt(t *testing.T, desc string, c *Cipher, src, expect []byte) {
/aosp_15_r20/external/open-dice/dpe-rs/src/
H A Dnoise.rs129 type Cipher: noise_protocol::Cipher; typedef
199 decrypt_cipher_state: &mut NoiseCipherState<D::Cipher>, in new_session_handshake()
200 encrypt_cipher_state: &mut NoiseCipherState<D::Cipher>, in new_session_handshake()
240 decrypt_cipher_state: &mut NoiseCipherState<D::Cipher>, in derive_session_handshake()
241 encrypt_cipher_state: &mut NoiseCipherState<D::Cipher>, in derive_session_handshake()
274 cipher_state: &mut NoiseCipherState<D::Cipher>, in session_encrypt()
298 cipher_state: &mut NoiseCipherState<D::Cipher>, in session_decrypt()
323 decrypt_cipher_state: &NoiseCipherState<D::Cipher>, in derive_psk_from_session()
324 encrypt_cipher_state: &NoiseCipherState<D::Cipher>, in derive_psk_from_session()
524 type Cipher = noise_rust_crypto::Aes256Gcm; typedef
/aosp_15_r20/external/rust/crates/openssl/src/
Dsymm.rs73 pub struct Cipher(*const ffi::EVP_CIPHER); struct
75 impl Cipher { implementation
81 pub fn from_nid(nid: Nid) -> Option<Cipher> { in from_nid()
496 pub unsafe fn from_ptr(ptr: *const ffi::EVP_CIPHER) -> Cipher { in from_ptr()
561 unsafe impl Sync for Cipher {} implementation
562 unsafe impl Send for Cipher {} implementation
637 t: Cipher, in new()
808 t: Cipher, in encrypt()
847 t: Cipher, in decrypt()
856 t: Cipher, in cipher()
[all …]
Dcipher.rs113 pub struct Cipher(Inner); struct
115 unsafe impl Sync for Cipher {} implementation
116 unsafe impl Send for Cipher {} implementation
118 impl Cipher { impl
Denvelope.rs40 pub fn new<T>(cipher: Cipher, pub_keys: &[PKey<T>]) -> Result<Seal, ErrorStack> in new()
105 cipher: Cipher, in new()
Dpkcs5.rs34 cipher: Cipher, in bytes_to_key()
Dpkey.rs362 cipher: Cipher, in private_key_to_pkcs8_passphrase()
505 pub fn cmac(cipher: &Cipher, key: &[u8]) -> Result<PKey<Private>, ErrorStack> { in cmac()
/aosp_15_r20/external/rust/beto-rust/nearby/presence/ldt/benches/
Dldt_scan.rs122 ) -> LdtBenchState<F::Cipher, D> { in build_bench_state()
145 ) -> ScanScenario<F::Cipher, D> { in random_ldt_scenario()
170 type Cipher: ScanCipher; typedef
172 fn build_cipher<C: CryptoProvider>(&self, key_rng: &mut C::CryptoRng) -> Self::Cipher; in build_cipher()
225 type Cipher = LdtScanCipher<B, T, M, P>; typedef
227 fn build_cipher<C: CryptoProvider>(&self, key_rng: &mut C::CryptoRng) -> Self::Cipher { in build_cipher()
273 type Cipher = Aes128Ctr64LE; typedef
275 fn build_cipher<C: CryptoProvider>(&self, key_rng: &mut C::CryptoRng) -> Self::Cipher { in build_cipher()
/aosp_15_r20/external/cronet/third_party/boringssl/src/rust/bssl-crypto/src/cipher/
H A Dmod.rs133 struct Cipher<C: EvpCipherType> { struct
138 impl<C: EvpCipherType> Cipher<C> { argument
355 impl<C: EvpCipherType> Drop for Cipher<C> { implementation
/aosp_15_r20/external/boringssl/src/rust/bssl-crypto/src/cipher/
H A Dmod.rs133 struct Cipher<C: EvpCipherType> { struct
138 impl<C: EvpCipherType> Cipher<C> { impl
355 impl<C: EvpCipherType> Drop for Cipher<C> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/zip/src/
Daes_ctr.rs31 type Cipher; typedef
36 type Cipher = aes::Aes128; typedef
41 type Cipher = aes::Aes192; typedef
46 type Cipher = aes::Aes256; typedef
/aosp_15_r20/libcore/ojluni/src/main/java/javax/crypto/
H A DCipher.java274 public class Cipher { class
400 protected Cipher(CipherSpi cipherSpi, in Cipher() method in Cipher
419 private Cipher(CipherSpi cipherSpi, in Cipher() method in Cipher
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/25/libcore/ojluni/src/main/java/javax/crypto/
DCipher.java274 public class Cipher { class
400 protected Cipher(CipherSpi cipherSpi, in Cipher() method in Cipher
419 private Cipher(CipherSpi cipherSpi, in Cipher() method in Cipher
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/javax/crypto/
DCipher.java274 public class Cipher { class
400 protected Cipher(CipherSpi cipherSpi, in Cipher() method in Cipher
419 private Cipher(CipherSpi cipherSpi, in Cipher() method in Cipher
/aosp_15_r20/libcore/ojluni/annotations/mmodule/javax/crypto/
H A DCipher.annotated.java45 public class Cipher { class
47 protected Cipher(javax.crypto.CipherSpi cipherSpi, java.security.Provider provider, java.lang.Strin… in Cipher() method in Cipher
/aosp_15_r20/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_crypto_handler.h27 enum class Cipher { enum
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiAnnotations.java145 public @interface Cipher {} annotation in WifiAnnotations
/aosp_15_r20/external/tink/go/daead/subtle/
H A Daes_siv.go59 Cipher cipher.Block member
/aosp_15_r20/external/conscrypt/
H A DCAPABILITIES.md85 ### Cipher subsection
/aosp_15_r20/frameworks/proto_logging/stats/atoms/conscrypt/
H A Dconscrypt_extension_atoms.proto72 enum Cipher { enum
/aosp_15_r20/system/keymint/common/src/crypto/
H A Daes.rs118 Cipher(CipherMode), enumerator
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
DPasnConfig.java148 public @interface Cipher { annotation in PasnConfig
/aosp_15_r20/packages/modules/Virtualization/libs/bssl/error/src/
Dcode.rs27 Cipher(CipherError), enumerator

12345678910>>...13