Searched refs:ENCRYPT (Results 1 - 2 of 2) sorted by relevance
/third_party/openssl/test/ |
H A D | bio_enc_test.c | 17 #define ENCRYPT 1 macro 56 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) in do_bio_cipher() 70 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) { in do_bio_cipher() 102 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, ENCRYPT))) { in do_bio_cipher()
|
/third_party/python/Lib/ |
H A D | telnetlib.py | 113 ENCRYPT = bytes([38]) # Encryption option variable
|
Completed in 2 milliseconds