HomeSort by relevance Sort by last modified time
    Searched full:cfb (Results 1 - 25 of 117) sorted by null

1 2 3 4 5

  /external/boringssl/src/decrepit/cfb/
CMakeLists.txt 4 cfb
8 cfb.c
  /external/boringssl/src/decrepit/
CMakeLists.txt 6 add_subdirectory(cfb)
25 $<TARGET_OBJECTS:cfb>
45 cfb/cfb_test.cc
  /prebuilts/go/darwin-x86/src/crypto/cipher/
cfb.go 5 // CFB (Cipher Feedback) Mode.
9 type cfb struct { type
18 func (x *cfb) XORKeyStream(dst, src []byte) {
62 x := &cfb{
cfb_test.go 73 cfb := cipher.NewCFBEncrypter(block, iv)
74 cfb.XORKeyStream(ciphertext, plaintext)
100 cfb := cipher.NewCFBEncrypter(block, iv)
103 cfb.XORKeyStream(ciphertext, ciphertext)
cipher_test.go 76 assertEqual("CFB encrypt", ct, pt)
80 assertEqual("CFB decrypt", ct, pt)
  /prebuilts/go/linux-x86/src/crypto/cipher/
cfb.go 5 // CFB (Cipher Feedback) Mode.
9 type cfb struct { type
18 func (x *cfb) XORKeyStream(dst, src []byte) {
62 x := &cfb{
cfb_test.go 73 cfb := cipher.NewCFBEncrypter(block, iv)
74 cfb.XORKeyStream(ciphertext, plaintext)
100 cfb := cipher.NewCFBEncrypter(block, iv)
103 cfb.XORKeyStream(ciphertext, ciphertext)
cipher_test.go 76 assertEqual("CFB encrypt", ct, pt)
80 assertEqual("CFB decrypt", ct, pt)
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
CipherDESedeTest.java 26 "ECB", "CBC", "CFB", "CFB8", "CFB16", "CFB24", "CFB32",
43 "ECB", "CBC", "CFB", "CFB8", "CFB16", "CFB24", "CFB32",
CipherDesTest.java 26 "ECB", "CBC", "CFB", "CFB8", "CFB16", "CFB24", "CFB32",
42 "ECB", "CBC", "CFB", "CFB8", "CFB16", "CFB24", "CFB32",
CipherAesTest.java 26 "ECB", "CBC", "CFB", "CFB8", "CFB16", "CFB24", "CFB32",
46 "ECB", "CBC", "CFB", "CFB8", "CFB16", "CFB24", "CFB32",
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
padlock.d 15 17:[ ]*f3 0f a7 e0 [ ]*repz xcrypt-cfb
16 1b:[ ]*f3 0f a7 e0 [ ]*repz xcrypt-cfb
  /prebuilts/go/darwin-x86/src/crypto/
issue21104_test.go 30 testBlock(t, "CFB Encrypt", cipher.NewCFBEncrypter)
33 testBlock(t, "CFB Decrypt", cipher.NewCFBDecrypter)
  /prebuilts/go/linux-x86/src/crypto/
issue21104_test.go 30 testBlock(t, "CFB Encrypt", cipher.NewCFBEncrypter)
33 testBlock(t, "CFB Decrypt", cipher.NewCFBDecrypter)
  /device/linaro/bootloader/edk2/CorebootModulePkg/SecCore/
SecCore.inf 19 FILE_GUID = BA7BE337-6CFB-4dbb-B26C-21EC2FC16073
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CFBBlockCipher.java 11 * implements a Cipher-FeedBack (CFB) mode on top of a simple cipher.
108 * @return the name of the underlying algorithm followed by "/CFB"
113 return cipher.getAlgorithmName() + "/CFB" + (blockSize * 8);
200 * Do the appropriate processing for CFB mode encryption.
224 * Do the appropriate processing for CFB mode decryption.
  /external/boringssl/src/crypto/obj/
objects.txt 148 : CAST5-CFB : cast5-cfb
376 : RC2-CFB : rc2-cfb
387 : RC5-CFB : rc5-cfb
411 : IDEA-CFB : idea-cfb
418 : BF-CFB : bf-cfb
    [all...]
  /prebuilts/vndk/v27/arm/arch-arm-armv7-a-neon/shared/vndk-core/
libcrypto.so 
  /prebuilts/vndk/v27/arm64/arch-arm-armv7-a-neon/shared/vndk-core/
libcrypto.so 
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemApplyTemplates.java 387 // frame buffer (cfb) index in the variable stack may
389 // unlink(), however, it will restore the cfb to the
391 // the manually set cfb. So,
ElemCallTemplate.java 248 // frame buffer (cfb) index in the variable stack may
250 // unlink(), however, it will restore the cfb to the
252 // the manually set cfb. So,
  /libcore/tools/docs/crypto/data/
crypto_support.json 182 "name": "AES/CFB/ISO10126Padding",
186 "name": "AES/CFB/NoPadding",
190 "name": "AES/CFB/PKCS5Padding",
306 "name": "BLOWFISH/CFB/ISO10126Padding",
310 "name": "BLOWFISH/CFB/NoPadding",
314 "name": "BLOWFISH/CFB/PKCS5Padding",
388 "name": "DES/CFB/ISO10126Padding",
392 "name": "DES/CFB/NoPadding",
396 "name": "DES/CFB/PKCS5Padding",
460 "name": "DESede/CFB/ISO10126Padding"
    [all...]
  /external/boringssl/src/crypto/fipsmodule/
bcm.c 73 #include "modes/cfb.c"
  /external/boringssl/src/crypto/fipsmodule/modes/
internal.h 285 // CFB.
288 // from |in| to |out| using |block| in CFB mode. There's no requirement that
296 // from |in| to |out| using |block| in CFB-8 mode. Prior to the first call
303 // from |in| to |out| using |block| in CFB-1 mode. Prior to the first call
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-api-fst.h 26 #define MODE_CFB1 3 /* Are we ciphering in 1-bit CFB mode? */

Completed in 1170 milliseconds

1 2 3 4 5