Home
last modified time | relevance | path

Searched defs:CIPHER (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Mayaqua/
H A DEncrypt.h252 struct CIPHER struct
256 const EVP_CIPHER *Cipher; argument
257 EVP_CIPHER_CTX *Ctx; argument
258 bool Encrypt;
259 UINT BlockSize, IvSize, KeySize;
/dports/security/softether/v4.38-9760/src/Mayaqua/
H A DEncrypt.h351 struct CIPHER struct
353 char Name[MAX_PATH];
354 bool IsNullCipher;
355 const struct evp_cipher_st *Cipher;
356 struct evp_cipher_ctx_st *Ctx;
357 bool Encrypt;
358 UINT BlockSize, IvSize, KeySize;
/dports/security/softether-devel/v4.36-9754/src/Mayaqua/
H A DEncrypt.h351 struct CIPHER struct
353 char Name[MAX_PATH];
354 bool IsNullCipher;
355 const struct evp_cipher_st *Cipher;
356 struct evp_cipher_ctx_st *Ctx;
357 bool Encrypt;
358 UINT BlockSize, IvSize, KeySize;
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/crypto/
H A Ddevel-algos.rst57 Registration specifics
66 Cipher Definition With struct cipher_alg
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/crypto/
H A Ddevel-algos.rst57 Registration specifics
66 Cipher Definition With struct cipher_alg
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/crypto/
H A Ddevel-algos.rst57 Registration specifics
66 Cipher Definition With struct cipher_alg
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/crypto/prng/
H A DUMacGenerator.java101 public static final String CIPHER = "gnu.crypto.prng.umac.cipher.name"; field in UMacGenerator
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/javax/crypto/prng/
H A DUMacGenerator.java101 public static final String CIPHER = "gnu.crypto.prng.umac.cipher.name"; field in UMacGenerator
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/javax/crypto/prng/
H A DUMacGenerator.java101 public static final String CIPHER = "gnu.crypto.prng.umac.cipher.name"; field in UMacGenerator
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/javax/crypto/prng/
H A DUMacGenerator.java101 public static final String CIPHER = "gnu.crypto.prng.umac.cipher.name"; field in UMacGenerator
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/javax/crypto/prng/
H A DUMacGenerator.java101 public static final String CIPHER = "gnu.crypto.prng.umac.cipher.name"; field in UMacGenerator
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/pci/n8/common/api/
H A Dn8_packet.h103 #define PROTOCOL_CIPHER_HASH(PROTO, CIPHER, HASH) \ argument
/dports/devel/pijul/pijul-1.0.0.a55/cargo-crates/thrussh-0.33.5/src/cipher/
H A Dchacha20poly1305.rs33 pub static CIPHER: super::Cipher = super::Cipher { variable
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/crypto/key/
H A DTestKeyProviderCryptoExtension.java41 private static final String CIPHER = "AES"; field in TestKeyProviderCryptoExtension
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/crypto/provider/Cipher/CTR/
H A DCounterMode.java127 private final static byte[][] CIPHER = { field in CounterMode
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/com/sun/crypto/provider/Cipher/CTR/
H A DCounterMode.java127 private final static byte[][] CIPHER = { field in CounterMode
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/com/sun/crypto/provider/Cipher/CTR/
H A DCounterMode.java127 private final static byte[][] CIPHER = { field in CounterMode
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/crypto/provider/Cipher/CTR/
H A DCounterMode.java127 private final static byte[][] CIPHER = { field in CounterMode
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/com/sun/crypto/provider/Cipher/CTR/
H A DCounterMode.java127 private final static byte[][] CIPHER = { field in CounterMode
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/com/sun/crypto/provider/Cipher/CTR/
H A DCounterMode.java127 private final static byte[][] CIPHER = { field in CounterMode
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/com/sun/crypto/provider/Cipher/CTR/
H A DCounterMode.java127 private final static byte[][] CIPHER = { field in CounterMode
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/com/sun/crypto/provider/Cipher/CTR/
H A DCounterMode.java127 private final static byte[][] CIPHER = { field in CounterMode
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/com/sun/crypto/provider/Cipher/CTR/
H A DCounterMode.java127 private final static byte[][] CIPHER = { field in CounterMode
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/com/sun/crypto/provider/Cipher/CTR/
H A DCounterMode.java127 private final static byte[][] CIPHER = { field in CounterMode
/dports/security/olm/olm-3.2.6/include/olm/
H A Dcipher.h134 #define OLM_CIPHER_BASE(CIPHER) \ argument

1234567