/aosp_15_r20/prebuilts/go/linux-x86/src/vendor/golang.org/x/crypto/chacha20/ |
D | chacha_generic.go | 36 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/ |
D | rc4.go | 18 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) {
|
D | rc4_test.go | 77 func testEncrypt(t *testing.T, desc string, c *Cipher, src, expect []byte) {
|
/aosp_15_r20/external/open-dice/dpe-rs/src/ |
H A D | noise.rs | 129 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/ |
D | symm.rs | 73 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 …]
|
D | cipher.rs | 113 pub struct Cipher(Inner); struct 115 unsafe impl Sync for Cipher {} implementation 116 unsafe impl Send for Cipher {} implementation 118 impl Cipher { impl
|
D | envelope.rs | 40 pub fn new<T>(cipher: Cipher, pub_keys: &[PKey<T>]) -> Result<Seal, ErrorStack> in new() 105 cipher: Cipher, in new()
|
D | pkcs5.rs | 34 cipher: Cipher, in bytes_to_key()
|
D | pkey.rs | 362 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/ |
D | ldt_scan.rs | 122 ) -> 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 D | mod.rs | 133 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 D | mod.rs | 133 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/ |
D | aes_ctr.rs | 31 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 D | Cipher.java | 274 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/ |
D | Cipher.java | 274 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/ |
D | Cipher.java | 274 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 D | Cipher.annotated.java | 45 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 D | cpdf_crypto_handler.h | 27 enum class Cipher { enum
|
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | WifiAnnotations.java | 145 public @interface Cipher {} annotation in WifiAnnotations
|
/aosp_15_r20/external/tink/go/daead/subtle/ |
H A D | aes_siv.go | 59 Cipher cipher.Block member
|
/aosp_15_r20/external/conscrypt/ |
H A D | CAPABILITIES.md | 85 ### Cipher subsection
|
/aosp_15_r20/frameworks/proto_logging/stats/atoms/conscrypt/ |
H A D | conscrypt_extension_atoms.proto | 72 enum Cipher { enum
|
/aosp_15_r20/system/keymint/common/src/crypto/ |
H A D | aes.rs | 118 Cipher(CipherMode), enumerator
|
/aosp_15_r20/packages/modules/Wifi/framework/java/android/net/wifi/rtt/ |
D | PasnConfig.java | 148 public @interface Cipher { annotation in PasnConfig
|
/aosp_15_r20/packages/modules/Virtualization/libs/bssl/error/src/ |
D | code.rs | 27 Cipher(CipherError), enumerator
|