Searched refs:ENCRYPT (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_camellia.txt | 36 Operation = ENCRYPT 42 Operation = ENCRYPT 48 Operation = ENCRYPT 218 Operation = ENCRYPT 226 Operation = ENCRYPT 234 Operation = ENCRYPT 242 Operation = ENCRYPT 286 Operation = ENCRYPT 294 Operation = ENCRYPT 302 Operation = ENCRYPT [all …]
|
H A D | evpciph_aes_common.txt | 20 Operation = ENCRYPT 28 Operation = ENCRYPT 37 Operation = ENCRYPT 239 Operation = ENCRYPT 247 Operation = ENCRYPT 255 Operation = ENCRYPT 263 Operation = ENCRYPT 305 Operation = ENCRYPT 313 Operation = ENCRYPT 321 Operation = ENCRYPT [all …]
|
H A D | evpciph_seed.txt | 60 Operation = ENCRYPT 67 Operation = ENCRYPT 74 Operation = ENCRYPT 81 Operation = ENCRYPT
|
H A D | evpciph_rc4_stitched.txt | 12 Operation = ENCRYPT
|
/freebsd/crypto/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()
|
/freebsd/include/rpc/ |
H A D | des.h | 39 enum desdir { ENCRYPT, DECRYPT }; enumerator
|
/freebsd/lib/libc/rpc/ |
H A D | crypt_client.c | 75 des_crypt_1_arg.des_dir = (dparms->des_dir == ENCRYPT) ? ENCRYPT_DES : DECRYPT_DES; in _des_crypt_call()
|
H A D | des_crypt.c | 119 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT; in common_crypt()
|
/freebsd/crypto/heimdal/appl/telnet/ |
H A D | README.ORIG | 107 Changed #define for ENCRYPT to ENCRYPTION 221 ENCRYPT is defined). It has many sub-commands:
|