HomeSort by: relevance | last modified time | path
    Searched refs:CFB1 (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evpciph_des.txt 81 Cipher = DES-EDE3-CFB1
88 Cipher = DES-EDE3-CFB1
  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evpciph_des.txt 81 Cipher = DES-EDE3-CFB1
88 Cipher = DES-EDE3-CFB1
  /src/external/bsd/elftosb/dist/common/
rijndael.h 90 enum Mode { ECB , CBC , CFB1 };
115 // mode : Rijndael::ECB, Rijndael::CBC or Rijndael::CFB1
rijndael.cpp 980 if((mode != CBC) && (mode != ECB) && (mode != CFB1))return RIJNDAEL_UNSUPPORTED_MODE;
1081 case CFB1:
1191 if((m_mode != CFB1) && (m_direction == Encrypt))return RIJNDAEL_BAD_DIRECTION;
1236 case CFB1:
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/
evpciph.txt 16 # DES EDE3 CFB1
18 # apps/openssl enc -des-ede3-cfb1 \
24 Cipher = DES-EDE3-CFB1
30 Cipher = DES-EDE3-CFB1

Completed in 71 milliseconds