Searched refs:DECRYPT (Results 1 – 12 of 12) 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_rc4_stitched.txt | 11 # DECRYPT must be a separate entry due to change in TLSAAD value 22 Operation = DECRYPT
|
| H A D | evpciph_aes_common.txt | 324 Operation = DECRYPT 332 Operation = DECRYPT 340 Operation = DECRYPT 348 Operation = DECRYPT 390 Operation = DECRYPT 398 Operation = DECRYPT 406 Operation = DECRYPT 414 Operation = DECRYPT 456 Operation = DECRYPT 464 Operation = DECRYPT [all …]
|
| 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 135 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) in do_bio_cipher() 165 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) { in do_bio_cipher() 197 if (!TEST_true(BIO_set_cipher(b, cipher, key, iv, DECRYPT))) { in do_bio_cipher() 310 || !TEST_true(EVP_CipherInit_ex(ctx, cipher, NULL, KEY, IV, DECRYPT)) in test_bio_enc_eof_read_flush()
|
| /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()
|