| /freebsd-12.1/crypto/heimdal/lib/krb5/ |
| H A D | aes-test.c | 292 krb5_data decrypt; in krb_enc() local 295 krb5_data_zero(&decrypt); in krb_enc() 302 &decrypt); in krb_enc() 309 if (decrypt.length != clear->length || in krb_enc() 310 memcmp(decrypt.data, clear->data, decrypt.length) != 0) { in krb_enc() 315 krb5_data_free(&decrypt); in krb_enc() 328 krb5_data decrypt; in krb_enc_iov2() local 379 krb5_data_free(&decrypt); in krb_enc_iov2() 530 krb5_data decrypt; in krb_enc_mit() local 542 memcmp(decrypt.data, clear->data, decrypt.length) != 0) { in krb_enc_mit() [all …]
|
| /freebsd-12.1/tests/sys/opencrypto/ |
| H A D | cryptotest.py | 101 curfun = Crypto.decrypt 152 c.decrypt, *args) 155 rpt, rtag = c.decrypt(*args) 175 curfun = Crypto.decrypt 203 curfun = Crypto.decrypt 304 c.decrypt, payload, nonce, aad, tag) 306 r = Crypto.decrypt(c, payload, nonce, 335 curfun = Crypto.decrypt
|
| H A D | cryptodev.py | 307 def decrypt(self, data, iv, aad=None, tag=None): member in Crypto 534 dec = c.decrypt(ct, iv) 555 dec = c.decrypt(ct, iv) 575 dec = c.decrypt(ct, iv) 607 dec, dectag = c.decrypt(ct, iv, aad=aad, tag=enctag) 658 dec = c.decrypt(enc, iv)
|
| /freebsd-12.1/contrib/serf/buckets/ |
| H A D | ssl_buckets.c | 150 serf_ssl_stream_t decrypt; member 282 ctx->decrypt.status = status; in bio_bucket_read() 798 status = ctx->decrypt.status; in ssl_decrypt() 1449 ssl_ctx->decrypt.stream = NULL; in ssl_init_context() 1451 ssl_ctx->decrypt.status = APR_SUCCESS; in ssl_init_context() 1452 serf_databuf_init(&ssl_ctx->decrypt.databuf); in ssl_init_context() 1453 ssl_ctx->decrypt.databuf.read = ssl_decrypt; in ssl_init_context() 1454 ssl_ctx->decrypt.databuf.read_baton = ssl_ctx; in ssl_init_context() 1463 if (ssl_ctx->decrypt.pending != NULL) { in ssl_free_context() 1568 if (ctx->ssl_ctx->decrypt.stream != NULL) { in serf_bucket_ssl_decrypt_create() [all …]
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | BIO_f_cipher.pod | 51 decrypt. 54 return value from the read operation. A successful decrypt followed 56 should be called to determine if the decrypt was successful. 67 BIO_get_cipher_status() returns 1 for a successful decrypt and 0
|
| H A D | CMS_decrypt.pod | 5 CMS_decrypt - decrypt content from a CMS envelopedData structure 26 Although the recipients certificate is not needed to decrypt the data it is 33 not. If no recipient succeeds then a random symmetric key is used to decrypt 36 error when all recipient encrypted keys failed to decrypt an attacker could
|
| H A D | EVP_OpenInit.pod | 20 decryption. They decrypt a public key encrypted symmetric key and 21 then decrypt data using it. 52 EVP_OpenFinal() returns 0 if the decrypt failed or 1 for success.
|
| H A D | PKCS7_decrypt.pod | 5 PKCS7_decrypt - decrypt content from a PKCS#7 envelopedData structure 22 Although the recipients certificate is not needed to decrypt the data it is needed
|
| H A D | CMS_get0_RecipientInfos.pod | 80 CMS_RecipientInfo_decrypt() attempts to decrypt CMS_RecipientInfo structure 102 with a NULL key to decrypt the enveloped content. 105 existing enveloped data structure. Typically an application will first decrypt
|
| /freebsd-12.1/crypto/openssl/crypto/evp/ |
| H A D | pmeth_fn.c | 173 if (!ctx || !ctx->pmeth || !ctx->pmeth->decrypt) { in EVP_PKEY_decrypt_init() 191 if (!ctx || !ctx->pmeth || !ctx->pmeth->decrypt) { in EVP_PKEY_decrypt() 201 return ctx->pmeth->decrypt(ctx, out, outlen, in, inlen); in EVP_PKEY_decrypt() 225 || !(ctx->pmeth->derive || ctx->pmeth->encrypt || ctx->pmeth->decrypt) in EVP_PKEY_derive_set_peer()
|
| H A D | pmeth_lib.c | 226 dst->decrypt = src->decrypt; in EVP_PKEY_meth_copy() 614 int (*decrypt) (EVP_PKEY_CTX *ctx, in EVP_PKEY_meth_set_decrypt() 621 pmeth->decrypt = decrypt; in EVP_PKEY_meth_set_decrypt() 809 *pdecrypt = pmeth->decrypt; in EVP_PKEY_meth_get_decrypt()
|
| /freebsd-12.1/crypto/openssl/crypto/modes/ |
| H A D | ocb128.c | 131 block128_f encrypt, block128_f decrypt, in CRYPTO_ocb128_new() argument 138 ret = CRYPTO_ocb128_init(octx, keyenc, keydec, encrypt, decrypt, in CRYPTO_ocb128_new() 152 block128_f encrypt, block128_f decrypt, in CRYPTO_ocb128_init() argument 169 ctx->decrypt = decrypt; in CRYPTO_ocb128_init() 468 ctx->decrypt(tmp.c, tmp.c, ctx->keydec); in CRYPTO_ocb128_decrypt()
|
| /freebsd-12.1/tools/tools/net80211/w00t/ |
| H A D | README | 15 redir Gives ability to decrypt in real-time on a WEP network, via Internet. 16 expand Gives ability to decrypt locally on a WEP network. 73 decrypt it. The clear-text packet is sent to a tap interface.
|
| /freebsd-12.1/crypto/openssl/doc/man1/ |
| H A D | cms.pod | 13 [B<-decrypt>] 107 The B<cms> command handles S/MIME v3.1 mail. It can encrypt, decrypt, sign and 129 key has been compromised, others may be able to decrypt the text. 131 =item B<-decrypt> 236 B<-verify> or B<-decrypt>) this option has no effect. 432 B<-EncryptedData_decrypt>, B<-encrypt> and B<-decrypt> options. When used 440 B<-encrypt>. With B<-decrypt> operations the B<id> is used to locate the 441 relevant key if it is not supplied then an attempt is used to decrypt any 529 The options B<-encrypt> and B<-decrypt> reflect common usage in S/MIME 661 openssl cms -decrypt -in mail.msg -recip mycert.pem -inkey key.pem [all …]
|
| H A D | rsautl.pod | 21 [B<-decrypt>] 32 The B<rsautl> command can be used to sign, verify, encrypt and decrypt 82 =item B<-decrypt> 146 encrypt and decrypt the block would have been of type 2 (the second byte)
|
| H A D | speed.pod | 15 [B<-decrypt>] 58 =item B<-decrypt>
|
| H A D | smime.pod | 13 [B<-decrypt>] 76 The B<smime> command handles S/MIME mail. It can encrypt, decrypt, sign and 96 key has been compromised, others may be able to decrypt the text. 98 =item B<-decrypt> 149 B<-verify> or B<-decrypt>) this option has no effect. 359 The options B<-encrypt> and B<-decrypt> reflect common usage in S/MIME 459 openssl smime -decrypt -in mail.msg -recip mycert.pem -inkey key.pem
|
| /freebsd-12.1/crypto/openssh/ |
| H A D | rijndael.h | 46 int decrypt; member
|
| /freebsd-12.1/sys/crypto/rijndael/ |
| H A D | rijndael.h | 38 int decrypt; member
|
| /freebsd-12.1/crypto/openssl/include/openssl/ |
| H A D | modes.h | 183 block128_f encrypt, block128_f decrypt, 186 block128_f encrypt, block128_f decrypt,
|
| /freebsd-12.1/sys/opencrypto/ |
| H A D | xform_enc.h | 58 void (*decrypt) (caddr_t, u_int8_t *); member
|
| H A D | cryptosoft.c | 198 exf->decrypt(sw->sw_kschedule, in swcr_encdec() 222 exf->decrypt(sw->sw_kschedule, blk); in swcr_encdec() 269 exf->decrypt(sw->sw_kschedule, in swcr_encdec() 291 exf->decrypt(sw->sw_kschedule, idat); in swcr_encdec() 671 exf->decrypt(swe->sw_kschedule, blk); in swcr_authenc() 714 exf->decrypt(swe->sw_kschedule, blk); in swcr_authenc()
|
| /freebsd-12.1/sbin/decryptcore/ |
| H A D | decryptcore.c | 119 decrypt(int ofd, const char *privkeyfile, const char *keyfile, in decrypt() function 382 if (!decrypt(ofd, privatekey, keyfile, encryptedcore)) { in main()
|
| /freebsd-12.1/sys/crypto/chacha20/ |
| H A D | chacha-sw.c | 72 .decrypt = chacha20_xform_crypt,
|
| /freebsd-12.1/contrib/wpa/src/crypto/ |
| H A D | des-internal.c | 273 static void deskey(const u8 *key, int decrypt, u32 *keyout) in deskey() argument 286 if (decrypt) in deskey()
|