Searched refs:DECRYPT (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/test/recipes/30-test_evp_data/ |
H A D | evpciph_aes_wrap.txt | 52 Operation = DECRYPT 76 Operation = DECRYPT 82 Operation = DECRYPT 88 Operation = DECRYPT 94 Operation = DECRYPT 101 Operation = DECRYPT 108 Operation = DECRYPT 133 Operation = DECRYPT 139 Operation = DECRYPT 146 Operation = DECRYPT [all …]
|
H A D | evpciph_camellia.txt | 252 Operation = DECRYPT 260 Operation = DECRYPT 268 Operation = DECRYPT 276 Operation = DECRYPT 320 Operation = DECRYPT 328 Operation = DECRYPT 336 Operation = DECRYPT 344 Operation = DECRYPT 388 Operation = DECRYPT 396 Operation = DECRYPT [all …]
|
H A D | evpciph_aes_ccm_cavs.txt | 28 Operation = DECRYPT 38 Operation = DECRYPT 48 Operation = DECRYPT 66 Operation = DECRYPT 76 Operation = DECRYPT 86 Operation = DECRYPT 96 Operation = DECRYPT 106 Operation = DECRYPT 116 Operation = DECRYPT 150 Operation = DECRYPT [all …]
|
H A D | evpciph_aes_common.txt | 272 Operation = DECRYPT 280 Operation = DECRYPT 288 Operation = DECRYPT 296 Operation = DECRYPT 338 Operation = DECRYPT 346 Operation = DECRYPT 354 Operation = DECRYPT 362 Operation = DECRYPT 404 Operation = DECRYPT 412 Operation = DECRYPT [all …]
|
H A D | evpciph_rc4_stitched.txt | 11 # DECRYPT must be a separate entry due to change in TLSAAD value 22 Operation = DECRYPT
|
H A D | evpciph_seed.txt | 32 Operation = DECRYPT 39 Operation = DECRYPT 46 Operation = DECRYPT 53 Operation = DECRYPT
|
H A D | evpciph_des.txt | 91 Operation = DECRYPT
|
H A D | evpciph_chacha.txt | 173 Operation = DECRYPT
|
H A D | evpciph_aes_ocb.txt | 208 Operation = DECRYPT
|
/freebsd/crypto/openssl/test/ |
H A D | bio_enc_test.c | 18 #define DECRYPT 0 macro 128 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) in do_bio_cipher() 148 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) { in do_bio_cipher() 180 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) { 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 | des_crypt.c | 119 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT; in common_crypt()
|
/freebsd/usr.sbin/keyserv/ |
H A D | crypt_server.c | 216 dparm.des_dir = (argp->des_dir == ENCRYPT_DES) ? ENCRYPT : DECRYPT;
|