| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | life_cycle-cipher.7 | 84 .IP "initialised for decryption using EVP_DecryptInit" 4 85 .IX Item "initialised for decryption using EVP_DecryptInit" 128 | for decryption | | | | for encryption | 141 …| for decryption | <-------------------+ | | for encryption | … 166 … decryption decryption encryption encryption 170 … decryption decryption decryption decryption decryption decryption decryption decryption 175 … decryption decryption 184 … decryption decryption encryption encryption 186 … decryption decryption encryption encryption 188 … decryption decryption encryption encryption [all …]
|
| H A D | provider-cipher.7 | 82 \& /* Encryption/decryption */ 102 \& /* Encryption/decryption using cipher pipeline */ 216 .SS "Encryption/Decryption Functions" 217 .IX Subsection "Encryption/Decryption Functions" 226 except that it initialises the context for a decryption operation. 254 \&\fBOSSL_FUNC_cipher_final()\fR completes an encryption or decryption started through previous 258 Any final encryption/decryption output should be written to \fIout\fR and the 263 \&\fBOSSL_FUNC_cipher_cipher()\fR performs encryption/decryption using the provider side cipher 273 The output from the encryption/decryption should be stored in \fIout\fR and the
|
| H A D | provider-asym_cipher.7 | 89 \& /* Decryption */ 201 .SS "Decryption Functions" 202 .IX Subsection "Decryption Functions" 203 \&\fBOSSL_FUNC_asym_cipher_decrypt_init()\fR initialises a context for an asymmetric decryption 212 \&\fBOSSL_FUNC_asym_cipher_decrypt()\fR performs the actual decryption itself. 283 decryption. When set (non zero value), the decryption API will return 286 if the code using the RSA decryption API is not implemented in side-channel
|
| H A D | evp.7 | 76 functions provide public key encryption and decryption to implement digital "envelopes". 103 …decryption see \fBEVP_PKEY_encrypt\fR\|(3) and \fBEVP_PKEY_decrypt\fR\|(3) respectively. However, … 104 …tion and decryption see EVP_PKEY_encrypt and EVP_PKEY_decrypt respectively. However, note that the…
|
| /freebsd/contrib/bearssl/inc/ |
| H A D | bearssl_block.h | 46 * functions are provided, for CBC encryption, CBC decryption, and CTR 47 * encryption/decryption. Each set has its own context structure, 50 * For CBC encryption and decryption, the data to encrypt or decrypt is 94 * expansion. These subkeys are appropriate for CBC decryption. The 100 * Perform key expansion: subkeys for CBC decryption are computed and 107 * Perform CBC decryption of `len` bytes, in place. The decrypted data 117 * decryption. The structure first field is called `vtable` and 122 * Perform key expansion: subkeys for CTR encryption and decryption 129 * Perform CTR encryption/decryption of some data. Processing is done 143 * CTR encryption/decryption and CBC-MAC, as used in the CCM and EAX [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | life_cycle-cipher.pod | 32 =item initialised for decryption using EVP_DecryptInit 82 | for decryption | | | | for encryption | 95 …| for decryption | <-------------------+ | | for encryption | … 128 … decryption decryption encryption encryption 132 … decryption decryption decryption decryption decryption decryption decryption decryption 137 … decryption decryption 146 … decryption decryption encryption encryption 148 … decryption decryption encryption encryption 150 … decryption decryption encryption encryption 152 … decryption decryption encryption encryption [all …]
|
| H A D | provider-cipher.pod | 25 /* Encryption/decryption */ 45 /* Encryption/decryption using cipher pipeline */ 157 =head2 Encryption/Decryption Functions 167 except that it initialises the context for a decryption operation. 195 OSSL_FUNC_cipher_final() completes an encryption or decryption started through previous 199 Any final encryption/decryption output should be written to I<out> and the 204 OSSL_FUNC_cipher_cipher() performs encryption/decryption using the provider side cipher 214 The output from the encryption/decryption should be stored in I<out> and the
|
| H A D | provider-asym_cipher.pod | 32 /* Decryption */ 143 =head2 Decryption Functions 145 OSSL_FUNC_asym_cipher_decrypt_init() initialises a context for an asymmetric decryption 154 OSSL_FUNC_asym_cipher_decrypt() performs the actual decryption itself. 240 decryption. When set (non zero value), the decryption API will return 243 if the code using the RSA decryption API is not implemented in side-channel
|
| /freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
| H A D | decrypt_fault.ksh | 24 # Test that injected decryption errors are handled correctly. 28 # 2. Inject decryption errors on the file 20% of the time 30 # 4. Confirm that the decryption injection was added to the ZED logs 33 log_assert "Testing that injected decryption errors are handled correctly" 60 log_pass "Injected decryption errors are handled correctly"
|
| /freebsd/crypto/krb5/src/lib/crypto/builtin/aes/ |
| H A D | aesopt.h | 43 struct aes_decrypt_ctx (structure for the cipher decryption context) 187 AESNI uses a decryption key schedule with the first decryption 208 ASSUME_VIA_ACE_PRESENT will remove the ordinary encryption/decryption 216 VIA ACE also requires the decryption key schedule to be in reverse 233 assembler code routines for encryption, decryption and key scheduling 237 encryption and decryption and but with key scheduling in C 239 encryption, decryption and key scheduling 241 encryption and decryption and but with key scheduling in C 243 encryption and decryption and but with key scheduling in C 292 The code for encryption and decryption cycles through a number of rounds [all …]
|
| /freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/ |
| H A D | aesopt.h | 75 #define AES_DECRYPT /* if support for decryption is needed */ 81 #define AES_REV_DKS /* define to reverse decryption key schedule */ 162 * ASSUME_VIA_ACE_PRESENT will remove the ordinary encryption/decryption 170 * VIA ACE also requires the decryption key schedule to be in reverse 191 * assembler code routines for encryption, decryption and key scheduling 195 * encryption and decryption and but with key scheduling in C 197 * encryption, decryption and key scheduling 199 * encryption and decryption and but with key scheduling in C 201 * encryption and decryption and but with key scheduling in C 247 * The code for encryption and decryption cycles through a number of rounds [all …]
|
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 15-test_rsaoaep.t | 92 "RSA OAEP Decryption"); 103 "Incorrect digest for RSA OAEP Decryption"); 114 "Incorrect mgf1-digest for RSA OAEP Decryption"); 138 "RSA OAEP Decryption with default digests"); 161 "RSA OAEP Decryption with explicit default digests");
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | CMS_decrypt.pod | 31 If I<pkey> is NULL the function assumes that decryption was already done 40 On success, it also records in I<cms> the decryption key I<pkey>, and then 42 This call deallocates any decryption key stored in I<cms>. 49 On success, it also records in I<cms> the decryption key used, and then 51 This call deallocates any decryption key stored in I<cms>.
|
| H A D | BF_encrypt.pod | 50 Blowfish consists of a key setup phase and the actual encryption or decryption 56 BF_ecb_encrypt() is the basic Blowfish encryption and decryption function. 59 or decryption (B<BF_DECRYPT>) shall be performed. The vector pointed at by 81 decryption (BF_DECRYPT) shall be performed. B<ivec> must point at an 8 byte 87 or decryption (B<BF_DECRYPT>) shall be performed. B<ivec> must point at an
|
| H A D | SSL_CTX_set_session_ticket_cb.pod | 42 decryption has been attempted and any session ticket application data is 43 available. If ticket decryption was successful then the B<ss> argument contains 46 ticket decryption. See the L</NOTES> section below for further details. The value 70 decryption. The callback must check the B<status> value before performing any 71 action, as it is called even if ticket decryption fails.
|
| H A D | EVP_OpenInit.pod | 5 EVP_OpenInit, EVP_OpenUpdate, EVP_OpenFinal - EVP envelope decryption 20 decryption. They decrypt a public key encrypted symmetric key and 23 EVP_OpenInit() initializes a cipher context B<ctx> for decryption
|
| /freebsd/secure/lib/libcrypto/man/man3/ |
| H A D | CMS_decrypt.3 | 90 If \fIpkey\fR is NULL the function assumes that decryption was already done 99 On success, it also records in \fIcms\fR the decryption key \fIpkey\fR, and then 101 This call deallocates any decryption key stored in \fIcms\fR. 108 On success, it also records in \fIcms\fR the decryption key used, and then 110 This call deallocates any decryption key stored in \fIcms\fR.
|
| H A D | BF_encrypt.3 | 111 Blowfish consists of a key setup phase and the actual encryption or decryption 117 \&\fBBF_ecb_encrypt()\fR is the basic Blowfish encryption and decryption function. 120 or decryption (\fBBF_DECRYPT\fR) shall be performed. The vector pointed at by 142 decryption (BF_DECRYPT) shall be performed. \fBivec\fR must point at an 8 byte 148 or decryption (\fBBF_DECRYPT\fR) shall be performed. \fBivec\fR must point at an
|
| H A D | SSL_CTX_set_session_ticket_cb.3 | 101 decryption has been attempted and any session ticket application data is 102 available. If ticket decryption was successful then the \fBss\fR argument contains 105 ticket decryption. See the "NOTES" section below for further details. The value 128 decryption. The callback must check the \fBstatus\fR value before performing any 129 action, as it is called even if ticket decryption fails.
|
| H A D | EVP_OpenInit.3 | 64 EVP_OpenInit, EVP_OpenUpdate, EVP_OpenFinal \- EVP envelope decryption 79 decryption. They decrypt a public key encrypted symmetric key and 82 \&\fBEVP_OpenInit()\fR initializes a cipher context \fBctx\fR for decryption
|
| /freebsd/sys/dev/qat/qat_api/firmware/include/ |
| H A D | icp_qat_fw_mmp.h | 395 * Input parameter list for RSA 512 Decryption , 410 * Input parameter list for RSA 1024 Decryption with CRT , 473 * Input parameter list for RSA 1024 Decryption , 488 * Input parameter list for RSA 1024 Decryption with CRT , 551 * Input parameter list for RSA 1536 Decryption , 566 * Input parameter list for RSA 1536 Decryption with CRT , 629 * Input parameter list for RSA 2048 Decryption , 644 * Input parameter list for RSA 2048 Decryption with CRT , 707 * Input parameter list for RSA 3072 Decryption , 722 * Input parameter list for RSA 3072 Decryption with CRT , [all …]
|
| /freebsd/contrib/wpa/src/crypto/ |
| H A D | aes-cbc.c | 53 * aes_128_cbc_decrypt - AES-128 CBC decryption 54 * @key: Decryption key 55 * @iv: Decryption IV for CBC mode (16 bytes)
|
| /freebsd/share/man/man9/ |
| H A D | crypto_session.9 | 165 Decryption operations require the digest, or tag, 175 Decryption operations fail without decrypting the data if the provided digest 220 Length of encryption or decryption key in bytes. 223 Pointer to encryption or decryption key.
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | qat.h | 103 * Number of jobs submitted to QAT decryption engine. 107 * Total bytes sent to QAT decryption engine. 111 * Total bytes output from QAT decryption engine. 115 * Number of fails in the QAT encryption / decryption engine.
|
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | rd_req.c | 35 * keyproc specifies a procedure to generate a decryption key for the 37 * used as a decryption key. If keyproc is NULL, then fetchfrom is checked; 39 * decryption key. If fetchfrom is NULL, then the default key store is
|