Home
last modified time | relevance | path

Searched refs:DES (Results 251 – 275 of 9348) sorted by relevance

1...<<11121314151617181920>>...374

/dports/security/py-passlib/passlib-1.7.4/docs/lib/
H A Dpasslib.hash.des_crypt.rst2 :class:`passlib.hash.des_crypt` - DES Crypt
9 This class implements the original DES-based Unix Crypt algorithm.
37 * a pure Python implementation of DES-Crypt built into Passlib.
57 The checksum is formed by a modified version of the DES cipher in encrypt mode:
74 5. 25 repeated rounds of modified DES encryption are performed;
76 and using the 56-bit integer from step 4 as the DES key.
78 The salt is used to to mutate the normal DES encrypt operation
79 by swapping bits :samp:`{i}` and :samp:`{i}+24` in the DES E-Box output
81 Thus, if the salt is set to ``0``, normal DES encryption is performed.
83 of regular DES encryption to be useful in attacking this algorithm).
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ginclude/
H A Dstdatomic.h160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
165 = (DES); \
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
180 = (DES); \
186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/dports/lang/gcc9/gcc-9.4.0/gcc/ginclude/
H A Dstdatomic.h160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
165 = (DES); \
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
180 = (DES); \
186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ginclude/
H A Dstdatomic.h174 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
179 = (DES); \
185 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
186 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
189 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
194 = (DES); \
200 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
201 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ginclude/
H A Dstdatomic.h160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
165 = (DES); \
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
180 = (DES); \
186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/dports/lang/gnat_util/gcc-6-20180516/gcc/ginclude/
H A Dstdatomic.h160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
165 = (DES); \
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
180 = (DES); \
186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ginclude/
H A Dstdatomic.h160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
165 = (DES); \
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
180 = (DES); \
186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ginclude/
H A Dstdatomic.h160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
165 = (DES); \
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
180 = (DES); \
186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ginclude/
H A Dstdatomic.h160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
165 = (DES); \
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
180 = (DES); \
186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ginclude/
H A Dstdatomic.h160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
165 = (DES); \
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
180 = (DES); \
186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ginclude/
H A Dstdatomic.h160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
165 = (DES); \
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
180 = (DES); \
186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ginclude/
H A Dstdatomic.h160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
165 = (DES); \
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
180 = (DES); \
186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ginclude/
H A Dstdatomic.h160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
165 = (DES); \
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
180 = (DES); \
186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ginclude/
H A Dstdatomic.h160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
165 = (DES); \
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
180 = (DES); \
186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/dports/lang/gcc10/gcc-10.3.0/gcc/ginclude/
H A Dstdatomic.h160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
165 = (DES); \
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
180 = (DES); \
186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ginclude/
H A Dstdatomic.h160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
165 = (DES); \
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
180 = (DES); \
186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/dports/lang/gcc8/gcc-8.5.0/gcc/ginclude/
H A Dstdatomic.h160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
165 = (DES); \
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
180 = (DES); \
186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/dports/lang/gcc11/gcc-11.2.0/gcc/ginclude/
H A Dstdatomic.h160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
165 = (DES); \
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
180 = (DES); \
186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/dports/lang/gcc9-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly5.5/9.1.0/include/
H A Dstdatomic.h160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
165 = (DES); \
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
180 = (DES); \
186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ginclude/
H A Dstdatomic.h160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
165 = (DES); \
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
180 = (DES); \
186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ginclude/
H A Dstdatomic.h160 #define atomic_compare_exchange_strong_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
165 = (DES); \
171 #define atomic_compare_exchange_strong(PTR, VAL, DES) \ argument
172 atomic_compare_exchange_strong_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
175 #define atomic_compare_exchange_weak_explicit(PTR, VAL, DES, SUC, FAIL) \ argument
180 = (DES); \
186 #define atomic_compare_exchange_weak(PTR, VAL, DES) \ argument
187 atomic_compare_exchange_weak_explicit (PTR, VAL, DES, __ATOMIC_SEQ_CST, \
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/gnu/javax/crypto/cipher/
H A DTripleDES$Context.h20 class DES$Context;
35 …::gnu::javax::crypto::cipher::DES$Context * __attribute__((aligned(__alignof__( ::java::lang::Obje…
36 ::gnu::javax::crypto::cipher::DES$Context * k2;
37 ::gnu::javax::crypto::cipher::DES$Context * k3;
/dports/lang/gcc48/gcc-4.8.5/libjava/gnu/javax/crypto/cipher/
H A DTripleDES$Context.h20 class DES$Context;
35 …::gnu::javax::crypto::cipher::DES$Context * __attribute__((aligned(__alignof__( ::java::lang::Obje…
36 ::gnu::javax::crypto::cipher::DES$Context * k2;
37 ::gnu::javax::crypto::cipher::DES$Context * k3;
/dports/lang/gnat_util/gcc-6-20180516/libjava/gnu/javax/crypto/cipher/
H A DTripleDES$Context.h20 class DES$Context;
35 …::gnu::javax::crypto::cipher::DES$Context * __attribute__((aligned(__alignof__( ::java::lang::Obje…
36 ::gnu::javax::crypto::cipher::DES$Context * k2;
37 ::gnu::javax::crypto::cipher::DES$Context * k3;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/gnu/javax/crypto/cipher/
H A DTripleDES$Context.h20 class DES$Context;
35 …::gnu::javax::crypto::cipher::DES$Context * __attribute__((aligned(__alignof__( ::java::lang::Obje…
36 ::gnu::javax::crypto::cipher::DES$Context * k2;
37 ::gnu::javax::crypto::cipher::DES$Context * k3;

1...<<11121314151617181920>>...374