Lines Matching refs:encrypt
386 This function can be called multiple times to encrypt successive blocks
408 If padding is disabled then EVP_EncryptFinal_ex() will not encrypt any more
920 EVP_EncryptFinal_ex(). It may return 0 if the "encrypt-check" option is set to 0.
948 Setting "speed" to 1 allows another encrypt or decrypt operation to be
982 Setting a TLS fixed IV changes a cipher to encrypt/decrypt TLS records.
1015 Triggers a multiblock TLS1 encrypt operation for a TLS1 aware cipher that
1017 The cipher performs both the MAC and encrypt stages and constructs the record
1019 "tls1multi_enc" supplies the output buffer for the encrypt operation,
1021 values to the encrypt operation.
1025 Supplies the data to encrypt for a TLS1 multiblock cipher operation.
1078 =item "encrypt-check" (B<OSSL_CIPHER_PARAM_FIPS_ENCRYPT_CHECK>) <integer>
1082 If required this parameter should be set early via an cipher encrypt init
1494 encrypt/decrypt takes place. The API does not differentiate the Nonce from
1752 int encrypt(const unsigned char *key, const unsigned char *iv,
1761 int ret = 0, encrypt = 1, outlen, len;
1779 if (!EVP_CipherInit_ex2(ctx, cipher, key, iv, encrypt, params))