HomeSort by: relevance | last modified time | path
    Searched defs:ENCRYPT (Results 1 - 10 of 10) sorted by relevancy

  /src/crypto/external/apache2/openssl/lib/libdes/
rpc_des.h 94 #define DES_MAXLEN 65536 /* maximum # of bytes to encrypt */
95 #define DES_QUICKLEN 16 /* maximum # of bytes to encrypt quickly */
98 #undef ENCRYPT
102 enum desdir { ENCRYPT, DECRYPT };
123 * Encrypt an arbitrary sized buffer
128 * Encrypt of small amount of data, quickly
des.h 230 # define ENCRYPT DES_ENCRYPT
  /src/crypto/external/bsd/openssl/dist/test/
bio_enc_test.c 17 #define ENCRYPT 1
50 /* Encrypt tests */
56 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT)))
70 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) {
71 TEST_info("Split encrypt failed @ operation %d", i);
83 TEST_info("Encrypt overstep check failed @ operation %d", i);
90 TEST_info("Encrypt compare failed @ operation %d", i);
102 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) {
103 TEST_info("Small chunk encrypt failed @ operation %d", i);
117 TEST_info("Small chunk encrypt compare failed @ operation %d", i)
    [all...]
  /src/crypto/external/bsd/openssl/lib/libdes/
rpc_des.h 94 #define DES_MAXLEN 65536 /* maximum # of bytes to encrypt */
95 #define DES_QUICKLEN 16 /* maximum # of bytes to encrypt quickly */
98 #undef ENCRYPT
102 enum desdir { ENCRYPT, DECRYPT };
123 * Encrypt an arbitrary sized buffer
128 * Encrypt of small amount of data, quickly
des.h 230 # define ENCRYPT DES_ENCRYPT
  /src/crypto/external/bsd/openssl.old/dist/test/
bio_enc_test.c 17 #define ENCRYPT 1
50 /* Encrypt tests */
54 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT)))
63 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) {
64 TEST_info("Split encrypt failed @ operation %d", i);
73 TEST_info("Encrypt overstep check failed @ operation %d", i);
80 TEST_info("Encrypt compare failed @ operation %d", i);
90 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) {
91 TEST_info("Small chunk encrypt failed @ operation %d", i);
102 TEST_info("Small chunk encrypt compare failed @ operation %d", i)
    [all...]
  /src/crypto/external/bsd/openssl.old/lib/libdes/
rpc_des.h 94 #define DES_MAXLEN 65536 /* maximum # of bytes to encrypt */
95 #define DES_QUICKLEN 16 /* maximum # of bytes to encrypt quickly */
98 #undef ENCRYPT
102 enum desdir { ENCRYPT, DECRYPT };
123 * Encrypt an arbitrary sized buffer
128 * Encrypt of small amount of data, quickly
des.h 230 # define ENCRYPT DES_ENCRYPT
  /src/crypto/external/apache2/openssl/dist/test/
bio_enc_test.c 17 #define ENCRYPT 1
50 /* Encrypt tests */
56 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT)))
70 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) {
71 TEST_info("Split encrypt failed @ operation %d", i);
86 TEST_info("Encrypt overstep check failed @ operation %d", i);
97 TEST_info("Encrypt compare failed @ operation %d", i);
109 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) {
110 TEST_info("Small chunk encrypt failed @ operation %d", i);
124 TEST_info("Small chunk encrypt compare failed @ operation %d", i)
    [all...]
  /src/crypto/external/bsd/netpgp/dist/src/netpgp/
netpgp.c 54 "\t--encrypt [--output=file] [options] files... OR\n"
75 ENCRYPT = 260,
114 {"encrypt", no_argument, NULL, ENCRYPT},
264 case ENCRYPT:
353 case ENCRYPT:
545 if (ch >= ENCRYPT) {
570 p.cmd = ENCRYPT;

Completed in 29 milliseconds