PADDING_PKCS7
(*crypto)->flags = PADDING_PKCS7;
crypto->flags |= PADDING_PKCS7;
} else if (crypto->flags & PADDING_PKCS7) {
if ((crypto->flags & PADDING_PKCS7) && EVP_CIPHER_block_size(crypto->c) > 1) {