Home
last modified time | relevance | path

Searched refs:DECRYPT (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aes_wrap.txt52 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 Devpciph_camellia.txt252 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 Devpciph_aes_ccm_cavs.txt28 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 Devpciph_aes_common.txt272 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 Devpciph_rc4_stitched.txt11 # DECRYPT must be a separate entry due to change in TLSAAD value
22 Operation = DECRYPT
H A Devpciph_seed.txt32 Operation = DECRYPT
39 Operation = DECRYPT
46 Operation = DECRYPT
53 Operation = DECRYPT
H A Devpciph_des.txt91 Operation = DECRYPT
H A Devpciph_chacha.txt173 Operation = DECRYPT
H A Devpciph_aes_ocb.txt208 Operation = DECRYPT
/freebsd/crypto/openssl/test/
H A Dbio_enc_test.c18 #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 Ddes.h39 enum desdir { ENCRYPT, DECRYPT }; enumerator
/freebsd/lib/libc/rpc/
H A Ddes_crypt.c119 ((mode & DES_DIRMASK) == DES_ENCRYPT) ? ENCRYPT : DECRYPT; in common_crypt()
/freebsd/usr.sbin/keyserv/
H A Dcrypt_server.c216 dparm.des_dir = (argp->des_dir == ENCRYPT_DES) ? ENCRYPT : DECRYPT;